Updates:
        Status: Started

Comment #7 on issue 1851 by [email protected]: Integral((-60*exp(x) - 19.2*exp(4*x))*exp(4*x), x).doit() failure
http://code.google.com/p/sympy/issues/detail?id=1851

This is fixed in pypy-fixes:

In [1]: Integral((-60*exp(x) - 19.2*exp(4*x))*exp(4*x), x).doit()
[(exp(4*x), _x2), (exp(x), _x0), (x, _x1)]
[(exp(x), _x0), (exp(4*x), _x2), (x, _x1)]
ok
Out[1]:
       8⋅x         5⋅x
- 2.4⋅ℯ    - 12.0⋅ℯ

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