Updates:
        Labels: NeedsReview

Comment #10 on issue 1851 by asmeu...@gmail.com: Integral((-60*exp(x) - 19.2*exp(4*x))*exp(4*x), x).doit() extremely slow
http://code.google.com/p/sympy/issues/detail?id=1851

And risch_integrate() fails with DomainError because the polys can't handle floats. I made https://github.com/sympy/sympy/pull/1628 to at least make it give NotImplementedError.

I suppose in the long run, we will either need to fix the polys, or else employ a solution like the one used in solve().

--
You received this message because you are subscribed to the Google Groups 
"sympy-patches" group.
To post to this group, send email to sympy-patches@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-patches+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to