Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 3109 by [email protected]: sqrt(exp(4*a)) != exp(2*a)
http://code.google.com/p/sympy/issues/detail?id=3109
Given the following,
a.assumptions0
{}
ai
I*pi/2
e = exp(4*a)
These two should be the same:
sqrt(e).subs(a,ai)
-1
sqrt(e.subs(a,ai)) # subs before sqrt
1
sqrt(e) # this is not a valid simplification
exp(2*a)
--
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.