Comment #1 on issue 1426 by asmeurer: failing integral
http://code.google.com/p/sympy/issues/detail?id=1426

It no longer gives a traceback, but takes a long time:

integrate((x**m * (1 - x)**n * (a + b*x + c*x**2))/(1 + x**2), x)
< long wait >
Integral(x**m*(1 - x)**n*(a + b*x + c*x**2)/(1 + x**2), x)

I think the indefinite case is too general to have a closed form (because of the symbolic coefficients), but we should still be able to compute the definite integral if we implement Meijer G functions (be warned that the
answer, at least as given by Maple, is very long and complicated).

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

Reply via email to