Post Reply 
(34C) (11C) Summation of Infinite Alternating Series
02-16-2021, 01:57 AM
Post: #8
RE: (34C) (11C) Summation of Infinite Alternating Series
(02-14-2021 11:30 AM)Albert Chan Wrote:  Again, Secant's method, extrapolate for (x, 0)

x = (c+b)/2    - (c-b)/2 * ((c+b)/2 - (b+a)/2) / ((c-b)/2 - (b-a)/2)
  = c - (c-b)/2 - (c-b)/2 * (c-a) / (c-2b+a)
  = c - (c-b)/2 * ((c-2b+a) + (c-a)) / (c-2b+a)
  = c - (c-b)^2 / (c-2b+a)
  = Aitken(a, b, c)

Thanks, that explains it. I misunderstood the extrapolation was for S2, not the infinite alternating series (which couldn't be much of an improvement).

Note that in general one should run the summation loop for S2 in Euler_transform backwards to accumulate fewer roundoff errors because the summand terms t[i] diminish quickly. Though I can't see how it really improves the final S that is already an approximation.

- 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-16-2021 01:57 AM



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