Status: New
Owner: [email protected]
CC: [email protected]
Labels: Type-Defect Priority-Medium
New issue 2548 by [email protected]: Partial fraction decomposition
with linear denominators
http://code.google.com/p/sympy/issues/detail?id=2548
In [1]: apart(1/(1+x**2), x)
Out[1]:
1
──────
2
x + 1
In [2]: apart(1/(x+I)/(x-I), x)
Out[2]:
1
──────
2
x + 1
Aaron informs me this is because the RootSum object collapses the several
separate terms into one again (presumably to preserve the ground domain?),
and that there is no way to disable this behaviour.
--
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.