Skip to main content

Questions tagged [expression-manipulation]

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

6 votes
9 answers
219 views

Suppose I have an expression which is a collection of symbols and integers arbitrarily combined with Plus and Times. For example,...
Gilbert's user avatar
  • 165
3 votes
2 answers
104 views

Consider this three uses of PowerExpand: ...
azerbajdzan's user avatar
  • 38.5k
2 votes
3 answers
309 views

I have an expression of the form C1 Exp[a1+b1 x] + C2 Exp[a2+b2 x] + C3 Exp[a3+b3 x] + ... Where variables C, ...
Boudewijn Verhaar's user avatar
3 votes
1 answer
117 views

How can be a fraction inside Hold replaced? Nothing of the following works: ...
azerbajdzan's user avatar
  • 38.5k
5 votes
0 answers
105 views

For inexact coefficients MonomialList seems to apply N. How to avoid this? ...
I.M.'s user avatar
  • 3,546
2 votes
1 answer
216 views

I have the following expression: \begin{equation} aX + aY + bZ + bT +cV + cU\tag{*} \end{equation} expr = a X + a Y + b Z + b T + c V + c U where $ a, b , c$ are ...
Ali Olaikhan's user avatar
0 votes
1 answer
130 views

I want to compute matrix exponential of general SU(3) rotations, $U = \exp[-i \sum_{a=1}^{8} c_a \lambda_a]$ for $\lambda_a$ is the Gell-Mann matrices. For three combintations of $\lambda$ works fine ...
phy_math's user avatar
  • 925
1 vote
3 answers
151 views

I am looking for a generalization of the answer to this question. I have a sum of terms term1 + term2 + term3 + ... + termN I know that some of the terms contain a ...
Ben's user avatar
  • 355
4 votes
2 answers
270 views

Here is a challenge for you. I have an expression that has an arbitrary number of terms that look like ...
Ben's user avatar
  • 355
1 vote
2 answers
152 views

I have an expression like expression = a[k] b^j c^k (k j)! I would like to swap all instances of the symbols j and ...
Ben's user avatar
  • 355
0 votes
1 answer
151 views

Good day I have this product of two sums expr = Sum[(2 n + 3) a[n] Exp[I p n x], {n, c, d}] Sum[ Exp[I q n x] b[n], {n, e, f}] And I want to expand it to a ...
Boudewijn Verhaar's user avatar
5 votes
1 answer
176 views

Good day I have an expression Exp[m I (a (Exp[-I x] + Exp[+I x]) + b (Exp[-3 I x] + Exp[+3 I x]))] I want to convince Mathematica to expand the exponent, ...
Boudewijn Verhaar's user avatar
4 votes
1 answer
339 views

I have an expression involving Exp[I Mod[x,2Pi]] I think it can be simplified to Exp[I x] How can I convince Mathematica to do ...
Boudewijn Verhaar's user avatar
0 votes
1 answer
154 views

I don't know why this question was closed. The notice indicates this is due to "simple mistake" or something that could be easily found in documentation. I don't think the question falls ...
D W's user avatar
  • 33
1 vote
1 answer
76 views

Start with this list of two expressions : ...
Smilia's user avatar
  • 613

15 30 50 per page
1
2 3 4 5
54