Skip to main content

Questions tagged [expression-manipulation]

How to manipulate expressions structurally, not necessarily complying with the rules of algebra.

2 votes
4 answers
277 views

Ignore higher order terms in an expression

I am trying to ignore terms that are higher order (third or more) in an expression. For example, for the input function: $$f_{in}= \alpha\beta + \alpha^2 + \beta^2 + \alpha\beta^2/2 + \alpha^2 \beta $...
Arnab's user avatar
  • 123
1 vote
0 answers
57 views

Putting a polynomial into a multilinear form

Consider the polynomials in $x$ with positive-integer parameters $a,b,c$ ...
PalmTopTigerMO's user avatar
1 vote
2 answers
73 views

Breaking multiple summations of terms in single term summations

I have a question which is a follow-up of a previous one: Break summation of terms in summations of each term. I noticed that using Distribute on a summation (...
user29859's user avatar
  • 145
1 vote
1 answer
55 views

Break summation of terms in summations of each term

I am trying to break the summation over two terms in two summations for each term, that is: From \begin{align}\sum\limits_{l}^{L}a_{l}^2(-t_{l}t_{x} + t_{l}^2t_{x})&\end{align} to \begin{align}\...
user29859's user avatar
  • 145
0 votes
0 answers
75 views

Is there an easy way to understand how to manipulate summations?

I'm working in a very very long calculation that could be done by hand but it might be tedious. Moreover, when doing by hand that amount of calculations I'm subject to errors, of course. Then I ...
Felipe's user avatar
  • 165
6 votes
2 answers
194 views

Why is Mathematica not simplifying this matrix?

I have trouble simplifying the following matrix ...
phy_std's user avatar
  • 143
1 vote
2 answers
38 views

Using patterns to replace the head of certain expressions [duplicate]

I would like to match things like Times[Cycles[_],Cycles[_],..] and replace them with ...
diracdeltafunk's user avatar
1 vote
2 answers
106 views

Simplifying expression efficiently

I have the following expression that I want to simplify to have an optimized/nice output. ...
BabaYaga's user avatar
  • 1,897
4 votes
1 answer
118 views

How to remove only circular refs in Language`ExpressionStore

Expressions are not garbage collected if there are references to them stored in the expression store. I use the following internal functions: ...
Kirill Belov's user avatar
0 votes
0 answers
56 views

Speeding up the output of DSolveChangeVariables

I am trying to change the variable in a differential equation using the above mentioned function. This is what I did: ...
RKN's user avatar
  • 1
0 votes
0 answers
26 views

How to find the argument dependance of an expression

Consider expressions such as X := f[n[1]][n[3]] g[n[7], n[1923]] I would like to construct a function that returns the list of $n$'s on which $X$ depends. I know ...
Adrien Martina's user avatar
1 vote
1 answer
62 views

Finding constant term in product expression

I've an expression which is product of 20 or more factors of polynomial, something like $$\left(1-\frac{pq}{z^i}\right)(1+pq z^j+z^k)$$ and I want to find coefficient of $z^0$. SeriesCoefficient works ...
xandar's user avatar
  • 13
1 vote
1 answer
93 views

How to group terms of a Fourier series properly?

I want to organize my expressions as a fourier series of sin and cos. That is, I want them to be of the form $$a_0 + a_1 \cos[ w t] + b_1 \sin[ w t] + a_2 \cos[2 w t] + b_2 \sin[2 w t] + ... $$ ...
ions me's user avatar
  • 991
13 votes
11 answers
802 views

Mapping function across its arguments

Is there a more elegant way to do the following? (The code should be f-less and replacement-less) ...
azerbajdzan's user avatar
  • 20.1k
4 votes
2 answers
92 views

FullSimplify exponential gives zero [duplicate]

gs[x_, h_, c_, w_] := h*Exp[-Log[2]*(x - c)^2/w^2]; gs[x, 0.343131084805, 118.276987081, 4.0035196987] gives ...
atapaka's user avatar
  • 4,006

15 30 50 per page
1
2 3 4 5
53