Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 2991 by [email protected]: commutative factors are not pulled out
of a Mul base
http://code.google.com/p/sympy/issues/detail?id=2991
(-2*x*y*A*B)**2
4*(x*y*A*B)**2
(-2*x*y)**2
4*x**2*y**2
The first expression could have had the x and y pulled out just like the
2nd expression.
--
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.