I don't think integrate() tries any simplification. Ideally it shouldn't have to.
Aaron Meurer On Sun, Oct 12, 2014 at 6:12 AM, Francesco Bonazzi <[email protected]> wrote: > > > On Sunday, October 12, 2014 1:50:10 AM UTC+2, Aaron Meurer wrote: >> >> That's correct. If integrate() returns an unevaluated Integral, it >> means the algorithm couldn't compute an integral. The fu() function is >> able to simplify this expression (it equals 2*sin(x)), so >> integrate(fu(fx), x) works. >> > > Why is fu( ) not attempted in the integrate( ) algorithm? > > -- > 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/6014ba22-a647-4e51-9905-730eadb5fd26%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%3D6LtzKTUVv_LaL%2BE0Tn%3D_-%2B8gvYXt%2Bcw8i%2BKh2FQJ2%3DL%2Bg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
