Updates:
        Cc: [email protected]
        Labels: Integration Simplify Polynomial

Comment #1 on issue 2713 by asmeurer: meijerint should use partial fractions
http://code.google.com/p/sympy/issues/detail?id=2713

By the way, this is not as trivial as just calling apart() on the input, because that will only work if it is a pure rational function in the input variable. So for example, if you multiply the above by exp(-p), it won't work.

This could be considered a bug in apart(), which should perhaps do some preprocessing of the input/ignoring of non-polynomial terms. Or maybe that logic belongs somewhere else. Mateusz, what do you think?

--
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