0

How can I change the ascending order that Mathematica has of ordering the exponents, to a descending one.

For example, get

In [1]: = s ^ 2 + s + 2
Out [1] = s ^ 2 + s + 2

and not the traditional

In [1]: = s ^ 2 + s + 2
Out [1] = 2 + s + s ^ 2

0 Answers0