[VA] SRC#006- Pi Day 2020 Special: A New Fast Way to Compute Pi
|
03-15-2020, 02:29 PM
Post: #6
|
|||
|
|||
RE: [VA] SRC#006- Pi Day 2020 Special: A New Fast Way to Compute Pi
(03-15-2020 10:55 AM)Bernd Grubert Wrote: My HP 50G says, it could be interpreted as an application of the newton iteration method to the function: This is not how iteration X+=SIN(X) is derived. With guess X=3, X+ASIN(SIN(X)) = X+ASIN(SIN(PI-X)) = X+(PI-X) = PI ASIN(ε) = ε + ε^3/6 + 3ε^5/40 + ... = ε + O(ε^3) Thus, with guess X=3, X+=SIN(X), converge to Pi cubically. We can improve convergence rate with better estimation for ASIN Say, with Pade[2,2] of ASIN(ε) = ε/(1-ε*ε/6) > X=3 > Y=SIN(X) > X+Y 3.14112000806 > X+Y/(1-Y*Y/6) 3.14158996537 |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)