Looks like it's a bug that's been fixed since then. I recommend upgrading if you can.
For reference, integrate() uses several different integration algorithms, so you can end up getting different looking results depending on which algorithm ends up being used (even in the latest version). I believe the latest version has the logic for splitting out cases into Piecewise expressions applied to most if not all of the algorithms, though. Aaron Meurer On Mon, Oct 19, 2015 at 7:33 PM, Bill McLean <[email protected]> wrote: > OK. I should have mentioned that I am running SymPy 0.7.4.1. > > -- > You received this message because you are subscribed to the Google Groups > "sympy" 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. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/28cdc9de-3369-4d9f-a134-7ddfb654d9f0%40googlegroups.com. > > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sympy" 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. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAKgW%3D6JDeOUV2%2Bk-PNXJpPyUbjY5aojkCOLep6f4Ka3m8y8JBA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
