Issue 1161: Wrong result if calling Basic.subs() with a dictionary
http://code.google.com/p/sympy/issues/detail?id=1161

Comment #2 by tetaberta:
Problem is imho on the first line
result = (-c_ + (-e_/a_)**(1/d_))/b_
     result.subs(d_, 0.4) -> (-c_ + I*e_**2.5*(1/a_)**2.5)/b_

Here (-e_/a_)**(1/0.4) is expanded to I*e_**2.5*(1/a_)**2.5 which is not  
correct
This has already been reported in issue 896.




-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to