Updates:
        Blockedon: -sympy:2010 sympy:2010

Comment #20 on issue 1793 by asmeu...@gmail.com: Integration failure
http://code.google.com/p/sympy/issues/detail?id=1793

With risch_integrate, the exp(-z) is again factored out:

In [83]: print integrate(c*(P2 - P1), t)
(A*c*t - A*(sin(x)**2 + cos(y)**2)*exp(z)*log(t))*exp(-z)

However, one advantage here over the result from before is that the log is now just log(t), instead of log(c*t) (or log(c*t*exp(z)) as in the OP).

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to