Comment #4 on issue 2362 by [email protected]: subs or N has an issue with
quartic root
http://code.google.com/p/sympy/issues/detail?id=2362
If the answer is expanded with complex=True, zero is also obtained after
substitution:
>>> eq.subs(u,ans[3]).n()
.0e-90 + 8.02995128223089*I
>>> eq.subs(u,ans[3].expand(complex=1)).n()
.0e-127 + .0e-127*I
--
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.