Status: Accepted
Owner: smichr
Labels: Type-Defect Priority-Medium

New issue 2027 by smichr: Mul.flatten violates power rules
http://code.google.com/p/sympy/issues/detail?id=2027

I thought I had all of these tracked down but just found another place where power rules are being broken when the sign of the exponent is not known:

var('x')
x
(-2)**x*(-3)**x
6**x


If x is 1/2 then the answer should be -sqrt(6) not sqrt(6).

I'm not sure how this should be reported: as ((-1)**x)**2*6**x?

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