Comment #1 on issue 2350 by asmeurer: Sum(1/i, (i, 1, n)) should return harmonic(n)
http://code.google.com/p/sympy/issues/detail?id=2350

It's better to include the text in the comment itself too, because of a Google Code bug where if you change the issue summary, the original one is lost (see http://code.google.com/p/support/issues/detail?id=2476). The issue here is Sum(1/i, (i, 1, n)) should return harmonic(n).

And by the way, the current behavior is

In [1]: var('i')
Out[1]: i

In [2]: Sum(1/i, (i, 1, n))
Out[2]: Sum(1/i, (i, 1, n))



--
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