Status: Accepted
Owner: asmeurer
Labels: Type-Defect Priority-Medium Printing Polynomial
New issue 2601 by asmeurer: Fix latex(RootOf)
http://code.google.com/p/sympy/issues/detail?id=2601
In [73]: latex(RootOf(x**3 + 2*x + 1, 0))
Out[73]: RootOf(x**3 + 2*x + 1, 0)
This is wrong. It should convert the exponentiation to ^ and remove the *
for multiplication (basically, it should call latex() on the first
argument).
--
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.