Re: Issue 1066 in sympy: sum(1/(x+2)**3,(x,1,oo)) doesn't do it

2012-02-03 Thread sympy
Updates: Status: Fixed Comment #17 on issue 1066 by smi...@gmail.com: sum(1/(x+2)**3,(x,1,oo)) doesn't do it http://code.google.com/p/sympy/issues/detail?id=1066 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups "s

Re: Issue 1066 in sympy: sum(1/(x+2)**3,(x,1,oo)) doesn't do it

2011-05-25 Thread sympy
Comment #10 on issue 1066 by ness...@googlemail.com: sum(1/(x+2)**3,(x,1,oo)) doesn't do it http://code.google.com/p/sympy/issues/detail?id=1066 This should eventually be in my gsoc branch. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To

Re: Issue 1066 in sympy: sum(1/(x+2)**3,(x,1,oo)) doesn't do it

2011-07-16 Thread sympy
Updates: Cc: ness...@googlemail.com Comment #11 on issue 1066 by asmeurer: sum(1/(x+2)**3,(x,1,oo)) doesn't do it http://code.google.com/p/sympy/issues/detail?id=1066 This now gives In [1]: summation(1/(x+2)**3,(x,1,oo)) Out[1]: ┌─ ⎛3, 3, 3, 1 │ ⎞ ├─ ⎜ │ 1⎟ 4╵ 3 ⎝ 4,

Re: Issue 1066 in sympy: sum(1/(x+2)**3,(x,1,oo)) doesn't do it

2011-07-18 Thread sympy
Comment #12 on issue 1066 by ness...@googlemail.com: sum(1/(x+2)**3,(x,1,oo)) doesn't do it http://code.google.com/p/sympy/issues/detail?id=1066 Yes, sure this can be fixed. I'll work on this when my gsoc-2 pull request is submitted for review. -- You received this message because you are

Re: Issue 1066 in sympy: sum(1/(x+2)**3,(x,1,oo)) doesn't do it

2011-08-17 Thread sympy
Updates: Labels: NeedsReview Comment #14 on issue 1066 by ness...@googlemail.com: sum(1/(x+2)**3,(x,1,oo)) doesn't do it http://code.google.com/p/sympy/issues/detail?id=1066 This is fixed in gsoc-3: https://github.com/sympy/sympy/pull/543 In [1]: summation(1/(x+2)**3, (x, 1, oo)) Out

Re: Issue 1066 in sympy: sum(1/(x+2)**3,(x,1,oo)) doesn't do it

2011-08-17 Thread sympy
Comment #15 on issue 1066 by ness...@googlemail.com: sum(1/(x+2)**3,(x,1,oo)) doesn't do it http://code.google.com/p/sympy/issues/detail?id=1066 This is fixed in gsoc-3: https://github.com/sympy/sympy/pull/543 In [1]: summation(1/(x+2)**3, (x, 1, oo)) Out[1]: -9/8 + ζ(3) -- You received thi

Re: Issue 1066 in sympy: sum(1/(x+2)**3,(x,1,oo)) doesn't do it

2011-08-17 Thread sympy
Comment #16 on issue 1066 by ness...@googlemail.com: sum(1/(x+2)**3,(x,1,oo)) doesn't do it http://code.google.com/p/sympy/issues/detail?id=1066 This is fixed in gsoc-3: https://github.com/sympy/sympy/pull/543 In [1]: summation(1/(x+2)**3, (x, 1, oo)) Out[1]: -9/8 + ζ(3) -- You received thi