Updates:
        Status: Fixed

Comment #4 on issue 2875 by [email protected]: cse not working with Integral args
http://code.google.com/p/sympy/issues/detail?id=2875

    >>> cse([Integral((x+1)*sin(x)/2, x),Integral((x+1)*cos(x)/2, x)])
    ([(x0, x + 1)], [Integral(x0*sin(x)/2, x), Integral(x0*cos(x)/2, 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