Skip to main content

Questions tagged [algebraic-manipulation]

The art of manipulating an algebraic expression into the desired form.

1 vote
0 answers
106 views

Question: At the end of the post, how do we simplify all cases of Q3[r,1,2] and combine them into one expression? I provided working examples at the end of this ...
Arbuja's user avatar
  • 51
6 votes
0 answers
83 views

The first part of this question has been answered here. However, now I have 4 additional constraints that I tried to include, but could not find a solution so far. Any help would be greatly ...
Rob's user avatar
  • 954
1 vote
0 answers
376 views

Suppose, we have the following code (i.e., f[r] and g[r] can be any function, where ...
Arbuja's user avatar
  • 51
7 votes
1 answer
276 views

I want to work with (mostly expand/simplify) expressions involving some creation & annihilation operators. Mathematica 14.3 now has the NonCommutativeAlgebra[] function which seems like it could ...
Mstislav Keldysh's user avatar
4 votes
1 answer
309 views

The responses to my previous question "Are there any tips/tricks to improve simplification..." were very helpful, but as I move forward in the same personal project mentioned in that ...
Lawton's user avatar
  • 406
10 votes
3 answers
496 views

I've been using Wolfram Engine 14.3 for a personal project, and a common problem I've encountered is that its outputs — even after using Simplify[], ...
Lawton's user avatar
  • 406
1 vote
2 answers
172 views

Originally, I would have liked to teach the Mathematica engine how to solve certain expressions, but seeing the engine doesn't work like that, I figure I'll just functionalize the expression ...
Dehbop's user avatar
  • 199
7 votes
1 answer
141 views

With the release of Wolfram Language 14.3, there is now built-in support for non-commutative Groebner bases via functions like NonCommutativeGroebnerBasis, ...
Flint's user avatar
  • 461
7 votes
1 answer
214 views

Mathematica probably considers the expression 6*2^(3/4)*3^(1/8) to be simpler than 2^(7/4)*3^(9/8) ...
Vaclav Kotesovec's user avatar
10 votes
2 answers
741 views

I am trying to reproduce a well known Fourier transform result from a paper, and the paper cites the result from a table of integrals in a big book that lists known results. This is how the paper ...
swihart's user avatar
  • 243
2 votes
1 answer
171 views

I want to transform expr by factoring out only the E^(-t γ) term. I could implement it like in my code below, but is there a ...
Soon's user avatar
  • 1,671
2 votes
3 answers
181 views

Is there a nice way to group the terms in equation 1 like in equation 2, where the terms with subscript 1 are put on the left-hand side and the terms with subscript 2 on the right-hand side. Equation ...
Soon's user avatar
  • 1,671
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
3 votes
1 answer
243 views

Here are two examples with ordinary extensions: Factor[1 + x^4, Extension -> Sqrt[2]] Factor[x^2 + 2 Sqrt[3] x + 3, Extension -> Automatic] But what about &...
azerbajdzan's user avatar
  • 38.5k
1 vote
1 answer
167 views

Using Mathematica, I want to collect the coefficient of $(\epsilon_1 + \epsilon_1^*)$ in a simple algebraic equation below. Mathematica gives ZERO as the answer, which is not correct. The expected ...
rasi's user avatar
  • 73

15 30 50 per page
1
2 3 4 5
54