Re: Issue 1893 in sympy: integrate(log(x) * x**(k-1) * exp(-x) / gamma(k), (x, 0, oo)) hangs

2012-01-13 Thread sympy
Updates: Status: Fixed Comment #15 on issue 1893 by ness...@gmail.com: integrate(log(x) * x**(k-1) * exp(-x) / gamma(k), (x, 0, oo)) hangs http://code.google.com/p/sympy/issues/detail?id=1893 A test for this was commited to master. -- You received this message because you are

Re: Issue 1893 in sympy: integrate(log(x) * x**(k-1) * exp(-x) / gamma(k), (x, 0, oo)) hangs

2012-01-04 Thread sympy
Updates: Blockedon: 2712 Comment #14 on issue 1893 by ness...@gmail.com: integrate(log(x) * x**(k-1) * exp(-x) / gamma(k), (x, 0, oo)) hangs http://code.google.com/p/sympy/issues/detail?id=1893 (No comment was entered for this change.) -- You received this message because you are

Re: Issue 1893 in sympy: integrate(log(x) * x**(k-1) * exp(-x) / gamma(k), (x, 0, oo)) hangs

2011-08-18 Thread sympy
Comment #12 on issue 1893 by ness...@googlemail.com: integrate(log(x) * x**(k-1) * exp(-x) / gamma(k), (x, 0, oo)) hangs http://code.google.com/p/sympy/issues/detail?id=1893 Hm. Combsimp is definitely not idempotent (should it be?): [I fear this is not going to be very readable...] In [1]:

Re: Issue 1893 in sympy: integrate(log(x) * x**(k-1) * exp(-x) / gamma(k), (x, 0, oo)) hangs

2011-08-18 Thread sympy
Comment #13 on issue 1893 by asmeurer: integrate(log(x) * x**(k-1) * exp(-x) / gamma(k), (x, 0, oo)) hangs http://code.google.com/p/sympy/issues/detail?id=1893 Hm. Combsimp is definitely not idempotent (should it be?): Perhaps not, if it's too difficult to make it so. But we should

Re: Issue 1893 in sympy: integrate(log(x) * x**(k-1) * exp(-x) / gamma(k), (x, 0, oo)) hangs

2011-08-17 Thread sympy
Updates: Labels: NeedsReview ness987 Comment #9 on issue 1893 by ness...@googlemail.com: integrate(log(x) * x**(k-1) * exp(-x) / gamma(k), (x, 0, oo)) hangs http://code.google.com/p/sympy/issues/detail?id=1893 This mostly works in gsoc-3 (https://github.com/sympy/sympy/pull/543): In

Re: Issue 1893 in sympy: integrate(log(x) * x**(k-1) * exp(-x) / gamma(k), (x, 0, oo)) hangs

2011-08-17 Thread sympy
Comment #10 on issue 1893 by ness...@googlemail.com: integrate(log(x) * x**(k-1) * exp(-x) / gamma(k), (x, 0, oo)) hangs http://code.google.com/p/sympy/issues/detail?id=1893 This mostly works in gsoc-3 (https://github.com/sympy/sympy/pull/543): In [78]: a = Symbol('a', positive=True) In

Re: Issue 1893 in sympy: integrate(log(x) * x**(k-1) * exp(-x) / gamma(k), (x, 0, oo)) hangs

2011-08-17 Thread sympy
Comment #11 on issue 1893 by asmeurer: integrate(log(x) * x**(k-1) * exp(-x) / gamma(k), (x, 0, oo)) hangs http://code.google.com/p/sympy/issues/detail?id=1893 So combsimp() isn't being called in the right order, or it's just not working? I deleted your duplicate comment. -- You

Re: Issue 1893 in sympy: integrate(log(x) * x**(k-1) * exp(-x) / gamma(k), (x, 0, oo)) hangs

2010-04-09 Thread sympy
Comment #3 on issue 1893 by asmeurer: integrate(log(x) * x**(k-1) * exp(-x) / gamma(k), (x, 0, oo)) hangs http://code.google.com/p/sympy/issues/detail?id=1893 Yes. If you just do x (no limits), Maple returns the integral unevaluated. It doesn't look like limit can handle unevaluated

Re: Issue 1893 in sympy: integrate(log(x) * x**(k-1) * exp(-x) / gamma(k), (x, 0, oo)) hangs

2010-04-09 Thread sympy
Comment #4 on issue 1893 by mattpap: integrate(log(x) * x**(k-1) * exp(-x) / gamma(k), (x, 0, oo)) hangs http://code.google.com/p/sympy/issues/detail?id=1893 Things like x**k can't be handled by heuristic Risch algorithm, I'm sure that also by the recursive version. This is a case where

Re: Issue 1893 in sympy: integrate(log(x) * x**(k-1) * exp(-x) / gamma(k), (x, 0, oo)) hangs

2010-04-09 Thread sympy
Comment #5 on issue 1893 by mattpap: integrate(log(x) * x**(k-1) * exp(-x) / gamma(k), (x, 0, oo)) hangs http://code.google.com/p/sympy/issues/detail?id=1893 Here is what Mathematica gives for the indefinite integral: In[1]:= Integrate[x^(k-1)*Exp[-x]*Log[x], x] k Out[1]= (-(x

Re: Issue 1893 in sympy: integrate(log(x) * x**(k-1) * exp(-x) / gamma(k), (x, 0, oo)) hangs

2010-04-08 Thread sympy
Updates: Summary: integrate(log(x) * x**(k-1) * exp(-x) / gamma(k), (x, 0, oo)) hangs Labels: Integration Comment #1 on issue 1893 by asmeurer: integrate(log(x) * x**(k-1) * exp(-x) / gamma(k), (x, 0, oo)) hangs http://code.google.com/p/sympy/issues/detail?id=1893 The indefinite

Re: Issue 1893 in sympy: integrate(log(x) * x**(k-1) * exp(-x) / gamma(k), (x, 0, oo)) hangs

2010-04-08 Thread sympy
Comment #2 on issue 1893 by mierle: integrate(log(x) * x**(k-1) * exp(-x) / gamma(k), (x, 0, oo)) hangs http://code.google.com/p/sympy/issues/detail?id=1893 But Wolfram's integration engine seems to handle it. Do you mean the definite integral can't be computed? -- You received this