Skip to main content

Questions tagged [expression-form]

2 votes
3 answers
168 views

I have some polynomials on three variables and I want to gather terms with the same coefficients. For example ...
AG1123's user avatar
  • 603
3 votes
1 answer
231 views

I'm looking for a procedural way to define a symbol for a variable, based on a string. For instance, ToExpression["A^B"] gives us ...
JuanC97's user avatar
  • 632
1 vote
2 answers
191 views

Is there a way to make mathematica display Conjugate[z] as z* or something like that? It gets very verbose when there are multiple conjugates in an expression, it becomes hard to read.
Gappy Hilmore's user avatar
2 votes
1 answer
164 views

I'm an avid tauist (tauday.com) and I don't like the fact that Mathematica displays equations with $\pi$ instead of $\tau=2\pi$. I know that I can "force" it to display $\tau$ by e.g. ...
Vestoo's user avatar
  • 167
1 vote
0 answers
62 views

PlotLegends -> LineLegend[{Style[Subscript[ω, i] t == 0, Black]] When I use this command in Mathematica 13.2, I get ...
Sajjad Hussain's user avatar
2 votes
2 answers
193 views

I know Mathematica has a strong tendency to reordering expressions, but this is too much and there must be a way. So I'll give you an extremely simple example. I define this ...
Felipe Jiménez's user avatar
1 vote
1 answer
145 views

I am working with a particularly long function that, when I want to evaluate it at a certain $x$, shows: As you can see there are expressions herein of the form Sin[2. x] or Cos[2. x]. What do these ...
Michael Henchard's user avatar
0 votes
1 answer
203 views

The expression which I need to simplify in mathematica into simplest form ...
Sangeeta Dey's user avatar
3 votes
1 answer
369 views

Mathematica often writes simplied expressions with -1 first followed by any variables (eg. -1+x). However I want to write it as ...
BabaYaga's user avatar
  • 1,957
3 votes
1 answer
92 views

How can I change an expression like A = (-1. a)/(x + y) - (2.1 b)/(x + y) + 4.1 + 2. x + (3. r s)/(x + y) so that -1. a becomes ...
matrixbud's user avatar
  • 555
1 vote
1 answer
84 views

I want to use the expression enter by the user and form the Tree, so I did TreeForm[test] as the picture show but it's not working. But if I do it manually, it works. Can anyone explain to me why ...
David's user avatar
  • 93
0 votes
1 answer
124 views

Here I am using the below code for a simplification. ...
Jasmine's user avatar
  • 1,295
2 votes
1 answer
157 views

I have a linear equation that comes as a result of applying orthogonality on a non-homogeneous boundary condition with two unknowns $C_1$ and $C_2$. Can someone help me to express this equation in the ...
Avrana's user avatar
  • 297
1 vote
0 answers
57 views

Sort[list] sorts the elements of list into canonical order. As an example for sorting expressions: Sort[{y, x^2, x + y, y^3}] ...
user55777's user avatar
  • 649
1 vote
0 answers
226 views

I want to convert LaTeX equation to Mathematica code. I want to use ToExpression["x", TeXForm] to input some equation in Mathematica. However, my mathemtica doesn't ...
KYJ's user avatar
  • 23

15 30 50 per page