Comment #4 on issue 2239 by [email protected]: Change ratint to give an
answer as hyperbolic functions instead of logs.
http://code.google.com/p/sympy/issues/detail?id=2239
I propose to change algorithm so there will be no logs if it's possible.
The idea is to decompose P[x]/Q[x] to sum of elementary functions which are
1/(a+x^2)^n, 1/(a-x^2)^n, 1/(a-x)^n, n=1,2...
So it is linear algebra problem. I will implement this.
--
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.