Updates:
        Labels: Assumptions

Comment #2 on issue 3647 by [email protected]: Require explicit assumptions when integrating.
http://code.google.com/p/sympy/issues/detail?id=3647

By the way, there's some discussion of this in the source code for the risch algorithm (which is what should be doing both those integrals). In general, do differentiate between elementary and non-elementary integrals, we have to determine if some expression is rational (which Piecewise can't even represent yet). I believe most of it is in prde.py.

A more general case is also difficult if you want to solve. For example, for integrate(exp((some_complicated_expression)*x), x), do you want to split out all the different cases where some_complicated_expression = 0, if you can?

And finally, it's not easy to find every possible instance of when you divide by something, especially if it's in some intermediate step. In general, it could happen anywhere. And it can be complicated. For example, it happens a ton of times when using Matrix.rref.

Another case is just integrate(x**n, x).

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to