mathnet / mathnet-symbolics

Math.NET Symbolics
http://symbolics.mathdotnet.com
MIT License
349 stars 66 forks source link

Order of expressions #99

Open troelschristensen opened 2 years ago

troelschristensen commented 2 years ago

Hi everybody.

How to change the order of the expressions. For example I would like to display an expression like 3x^2 + 3x + 2,but it is beeing displayed as 2 + 3x + 3x^2.

Can't it be the other way around? Can it be done? Writing in vb btw.