Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 3000 by [email protected]: Abs doesn't process more than Rational
from Mul arg
http://code.google.com/p/sympy/issues/detail?id=3000
Although `abs(2*x)` becomes `2*Abs(x)`, no other known quantities are
removed:
>>> abs(2.0*pi*x)
Abs(2.0*pi*x)
I would expect the result to be `2.0*pi*Abs(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.