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 this message because you are subscribed to the Google Groups 
"sympy-patches" group.
To post to this group, send email to sympy-patches@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-patches+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-patches?hl=en.

Reply via email to