Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 2934 by smi...@gmail.com: gosper_sum return NaN
http://code.google.com/p/sympy/issues/detail?id=2934

While editing the test suite (sympy/concrete/tests/test_gosper.py ) I found that the following gosper_sum doesn't return None...it returns nan:

f2d = n*(n + a + b)*a**n*b**n/(factorial(n + a)*factorial(n + b))
ans = 1/(factorial(a - 1)*factorial(b - 1)
... ) - a**(m + 1)*b**(m + 1)/(factorial(a + m)*factorial(b + m))
gosper_sum(f2d, (n, 0, m))
nan


--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to