Updates:
Status: Accepted
Comment #6 on issue 1484 by [email protected]: series should collect
powers
http://code.google.com/p/sympy/issues/detail?id=1484
marchael, I think the issue is still valid. The key to this issue is
getting all terms of similar order to factor out. So where now you have
some term like:
x**4*sin(1)/2 - 11*x**4*cos(1)/24
you want it to factor out to:
(sin(1)/2 - 11*cos(1)/24)*x**4
--
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.