Comment #6 on issue 3073 by [email protected]: Ordering args in Adds when printing to move negative signs
http://code.google.com/p/sympy/issues/detail?id=3073
Maple just keeps things in the order you enter them, and output from functions is customized (e.g., the series function returns expressions in rev-lex order, and I think most other things use something similar to what we do with lex).
The TI89 does something along the lines of what is suggested here. We could probably figure out what it's algorithm is.
-- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy-issues?hl=en.
