Updates:
Cc: mattpap
Comment #8 on issue 2104 by asmeurer: canonical ordering of terms
http://code.google.com/p/sympy/issues/detail?id=2104
Actually, the latex printer is not fixed for this, even in Mateusz's
polys12 (issue 2133), which will also be part of the next release btw.
Aaron-Meurer:sympy aaronmeurer(master$%=)$./bin/isympy -o lex
latex(x**2 + 1)
IPython console for SymPy 0.6.7-git (Python 2.7.1)
These commands were executed:
from __future__ import division
from sympy import *
x, y, z, t = symbols('x y z t')
k, m, n = symbols('k m n', integer=True)
f, g, h = map(Function, 'fgh')
Documentation can be found at http://sympy.org/
In [1]: latex(x**2 + 1)
Out[1]: 1 + x^{2}
In [2]: x**2 + 1
Out[2]:
2
x + 1
--
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.