On Mon, Nov 10, 2008 at 5:29 PM, cesarnda <[EMAIL PROTECTED]> wrote:
>
> how could I compute this:
>
> sum_{ x = 1}^{\infty} 1/x - 1/(x+1)
>
> or
>
> sum(1/x-1/(x+1),x,1, infinity)
>
> directly in Sage, without calling maxima or sympy?Unfortunately, this isn't implemented yet. See: http://trac.sagemath.org/sage_trac/ticket/3587 William --~--~---------~--~----~------------~-------~--~----~ 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/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
