Re: Issue 1054 in sympy: Triple integral 1/(1+x+y+z) fails

2011-10-30 Thread sympy
Updates: Labels: CodeInCategory-Code CodeInDifficulty-Easy Comment #8 on issue 1054 by smi...@gmail.com: Triple integral 1/(1+x+y+z) fails http://code.google.com/p/sympy/issues/detail?id=1054 (No comment was entered for this change.) -- You received this message because you are subsc

Re: Issue 1054 in sympy: Triple integral 1/(1+x+y+z) fails

2011-10-30 Thread sympy
Updates: Labels: -CodeInCategory-Code -CodeInDifficulty-Easy Comment #9 on issue 1054 by asmeu...@gmail.com: Triple integral 1/(1+x+y+z) fails http://code.google.com/p/sympy/issues/detail?id=1054 Apparently this test got lost in one of the merges, but I re-added to my integration3 b

Re: Issue 1054 in sympy: Triple integral 1/(1+x+y+z) fails

2012-11-11 Thread sympy
Updates: Blockedon: -sympy:2010 sympy:2010 Comment #10 on issue 1054 by asmeu...@gmail.com: Triple integral 1/(1+x+y+z) fails http://code.google.com/p/sympy/issues/detail?id=1054 And with risch_integrate merged with integrate (https://github.com/sympy/sympy/pull/1643) it now gives -

Re: Issue 1054 in sympy: Triple integral 1/(1+x+y+z) fails

2013-08-08 Thread sympy
Updates: Status: Fixed Comment #11 on issue 1054 by asmeu...@gmail.com: Triple integral 1/(1+x+y+z) fails http://code.google.com/p/sympy/issues/detail?id=1054 The Risch algorithm is integrated with integrate(), so integrate(1/(1 + x1 + x2 + ... + xn), x1, x2, ..., xn) works great.

Re: Issue 1054 in sympy: Triple integral 1/(1+x+y+z) fails

2010-07-19 Thread sympy
Updates: Labels: Integration Comment #6 on issue 1054 by asmeurer: Triple integral 1/(1+x+y+z) fails http://code.google.com/p/sympy/issues/detail?id=1054 This returns the correct result in master, as confirmed by Maple: In [2]: print integrate(1/(1+x+y+z), (x, 0, 1), (y, 0, 1), (z, 0, 1

Re: Issue 1054 in sympy: Triple integral 1/(1+x+y+z) fails

2010-08-23 Thread sympy
Updates: Blockedon: 2010 Comment #7 on issue 1054 by asmeurer: Triple integral 1/(1+x+y+z) fails http://code.google.com/p/sympy/issues/detail?id=1054 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups "sympy-issues" gr