Re: Issue 2713 in sympy: meijerint should use partial fractions

2012-03-20 Thread sympy
Issue 2713: meijerint should use partial fractions http://code.google.com/p/sympy/issues/detail?id=2713 This issue is now blocking issue 3056. See http://code.google.com/p/sympy/issues/detail?id=3056 -- You received this message because you are listed in the owner or CC fields of this issue, or

Re: Issue 2713 in sympy: meijerint should use partial fractions

2012-02-23 Thread sympy
Updates: Blockedon: -2712 Comment #4 on issue 2713 by smi...@gmail.com: meijerint should use partial fractions http://code.google.com/p/sympy/issues/detail?id=2713 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups

Issue 2713 in sympy: meijerint should use partial fractions

2011-09-30 Thread sympy
Status: Accepted Owner: ness...@googlemail.com CC: asmeurer Labels: Type-Enhancement Priority-Medium New issue 2713 by ness...@googlemail.com: meijerint should use partial fractions http://code.google.com/p/sympy/issues/detail?id=2713 For example in inverse_laplace_transform((p**3 - 6*p +

Re: Issue 2713 in sympy: meijerint should use partial fractions

2011-09-30 Thread sympy
Updates: Cc: matt...@gmail.com 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,

Re: Issue 2713 in sympy: meijerint should use partial fractions

2011-09-30 Thread sympy
Comment #2 on issue 2713 by ness...@googlemail.com: meijerint should use partial fractions http://code.google.com/p/sympy/issues/detail?id=2713 I think a reasonable place to put this would be _rewrite_single in meijerint.py. This is the place where all factors of an expression are

Re: Issue 2713 in sympy: meijerint should use partial fractions

2011-09-30 Thread sympy
Comment #3 on issue 2713 by matt...@gmail.com: meijerint should use partial fractions http://code.google.com/p/sympy/issues/detail?id=2713 I started working on a branch where you can do the following: In [4]: f = ((p**3 - 6*p + 1)/(p**4 + 4*p**3 + 3*p**2)) In [5]: f Out[5]: 3 p - 6⋅p