Post Reply 
(41C) and (42S) Arithmetic-Geometric Mean
07-29-2020, 11:37 AM
Post: #3
RE: (41C) and (42S) Arithmetic-Geometric Mean
Originally, Werner's code return converged AM sequence.

(06-09-2020 01:14 PM)Albert Chan Wrote:  If we assume non-zero AGM arguments, AM sequence always converge.

We can shown GM sequence also converge. (even with rounding errors)

Assuming it does not, but alternate between lo, hi.
In other words, GM sequence = GM1, GM2, ..., lo, hi, lo, hi, ...

But, √(lo * hi) = √(hi * lo)

Thus, we have only 2 possibilities:
1). GM1, GM2, ..., lo, hi, lo, lo, ...
2). GM1, GM2, ..., lo, hi, hi, hi, ...

→ assumption were wrong, GM *will* converge.

Bonus: GM convergence does not require non-zero AGM arguments.

→ AGM(x, 0) = AGM(0, x) = 0
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: (41C) and (42S) Arithmetic-Geometric Mean - Albert Chan - 07-29-2020 11:37 AM



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