Updates:
        Labels: EasyToFix

Comment #10 on issue 1028 by [email protected]: Sum().doit() doesn't do it
http://code.google.com/p/sympy/issues/detail?id=1028

The OP examples still aren't done and perhaps apart can be used to separate the terms of expressions as given in [ http://code.google.com/p/sympy/issues/detail?id=1028#c2 ] (which is easy to fix):

    h[1] >>> Sum(1/(k*(k+1)), (k,1,n)).doit()
    Sum(1/(k*(1 + k)), (k, 1, n))
    h[2] >>> Sum(apart(1/(k*(k+1))), (k,1,n)).doit()
    1 - 1/(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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to