On Tue, Mar 29, 2022 at 5:33 AM Varun Kumar <varun83it...@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+unsubscr...@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. -- 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+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/CAEQuuAXFWUn0hGE-P9nkZ1ax9ojqAtA7Jyovws0RQOLq60M2aw%40mail.gmail.com.