On Wed, 16 Apr 2014, Alberto Verga wrote:
n = var('n') sum(log(1-1/n^2),n,2,oo)do not give the answer -log(2), but a 0*infinity error.
limit(sum(log(1-1/n^2),n,2,x), x=oo) -- Jori Mäntysalo -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
