Status: Valid
Owner: ----
Labels: Type-Defect Priority-Medium Polynomial WrongResult

New issue 3352 by asmeu...@gmail.com: RootOf wrong result
http://code.google.com/p/sympy/issues/detail?id=3352

In [40]: p = legendre_poly(64, x)

In [36]: RootOf(p, 7).evalf()
Out[36]: 0.0243502926634244

In [37]: RootOf(p, 7).evalf(100)
Out[37]: -0.6852363130542332425635583710313763019356410785396718681324042749913611976548967332647625541236129173

Clearly something is up here. Also, several of the roots appear to be the same, and others just don't return.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to