Updates:
Status: Fixed
Comment #3 on issue 3100 by [email protected]: power rules misapplied
http://code.google.com/p/sympy/issues/detail?id=3100
This now gives:
>>> eq=S('(b**(11/3))**(5/7)')
>>> eq.subs(b,-1)
(-(-1)**(2/3))**(5/7)
>>> _.n()
0.733051871829826 - 0.680172737770919*I
>>> powdenest(eq)
(b**(11/3))**(5/7)
>>> eq.subs(b,-1).n()
0.733051871829826 - 0.680172737770919*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.