Post Reply 
(34C) (11C) Summation of Infinite Alternating Series
02-13-2021, 10:34 PM
Post: #5
RE: (34C) (11C) Summation of Infinite Alternating Series
I have worked through this nice paper and algorithm too, many thanks Valentin!

(02-12-2021 03:04 PM)Albert Chan Wrote:  We may apply Aitken Extrapolation, to slight improve estimate of s2

lua> s1 - (s2 - t[d+1]^2/(t[d+1] - t[d]))
0.6931471807531758
lua> log(2)
0.6931471805599453

Very clever to think of that. I have one question. I would think that t[d+1]^2/(t[d+1] - t[d]) and (x[n+1]-x[n])^2/((x[n+1]-x[n])-(x[n]-x[n-1])) are related if terms x[] are extrapolated, but that is not the case? Shouldn't the formula be (t[d]+t[d+1])^2/(t[d+1]) since when d=2 for example t[2]=x[n+2]-x[n+1] and t[3]=x[n+3]-2x[n+2]+x[n+1]? How did you derive your formula?

- Rob

"I count on old friends" -- HP 71B,Prime|Ti VOY200,Nspire CXII CAS|Casio fx-CG50...|Sharp PC-G850,E500,2500,1500,14xx,13xx,12xx...
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: (34C) (11C) Summation of Infinite Alternating Series - robve - 02-13-2021 10:34 PM



User(s) browsing this thread: 1 Guest(s)