Status: Started
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 3269 by [email protected]: powsimp breaks power rules
http://code.google.com/p/sympy/issues/detail?id=3269
var('a b c',imaginary=True)
(a, b, c)
eq=sqrt(a)*sqrt(b)*sqrt(c)
powsimp(eq).subs({a:I,b:I,c:I}) == (eq).subs({a:I,b:I,c:I})
False
(This stems from a logical error: if is_negative is False this does not
imply that nonnegative is True.)
--
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.