Updates:
        Blockedon: 1280

Comment #5 on issue 2239 by asmeurer: Change ratint to give an answer as hyperbolic functions instead of logs.
http://code.google.com/p/sympy/issues/detail?id=2239

We already have the apart() function, which does this. See issue 1280, which suggests calling it on rational functions before integrating.

Actually, I think after that patch is in, we can just special case 1/(a + x**2), etc. in the integration engine. Unfortunately, it is currently blocked on Mateusz's development branch, which has not been merged yet.

For now, you can write a patch that special cases those rational functions in the integral engine, and then when that patch is pushed in, it will work on any integral containing an inverse hyperbolic function in the result.

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