Convergence of infinite series

30 views
Skip to first unread message

Varun Kumar

unread,
Mar 29, 2022, 5:33:58 AM3/29/22
to sage-support
Someone help me to study the convergence of infinite series by plotting the partial sum.

David Joyner

unread,
Mar 29, 2022, 5:53:44 AM3/29/22
to SAGE support
On Tue, Mar 29, 2022 at 5:33 AM Varun Kumar <varun8...@gmail.com> wrote:
>
> Someone help me to study the convergence of infinite series by plotting the partial sum.
>

One example is at the end of the calc 2 section of
https://doc.sagemath.org/html/en/prep/Calculus.html

Another example is at the end of
https://doc.sagemath.org/html/en/constructions/calculus.html

Yet another example is this:
sage: L= [sum([1/2^k for k in range(n)]) for n in range(10)]
sage: L
[0, 1, 3/2, 7/4, 15/8, 31/16, 63/32, 127/64, 255/128, 511/256]
sage: list_plot(L)

> --
> You received this message because you are subscribed to the Google Groups "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to sage-support...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/5efbde53-e364-47b1-84b5-7fab6cad2e7en%40googlegroups.com.

Varun Kumar

unread,
Mar 29, 2022, 9:25:44 AM3/29/22
to sage-s...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages