Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Polynomial
New issue 2968 by [email protected]: partial fraction decomposition should
be able to return structured result
http://code.google.com/p/sympy/issues/detail?id=2968
Some algorithms internally use partial fraction decomposition. For these it
would be helpful if apart could optionally return a list of (numerator,
denoma, denomb, exponent) denoting a sum of numerator/(denoma*x +
denombb)**exponent terms.
This would in particular be helpful for hyperexpand (lerch phi expansion)
where this data is currently assembeled by hand from the return Expr
instance.
--
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.