Content deleted Content added
JustAddingPi (talk | contribs) |
→Algorithm: Reordered formulas Tags: Mobile edit Mobile web edit |
||
Line 7:
== Algorithm ==
# Initial value setting: <math display="block">a_0 = 1\qquad b_0 = \frac{1}{\sqrt{2}}\qquad p_0 = 1\qquad t_0 = \frac{1}{4}
# Repeat the following instructions until the difference
a_{n+1} & = \frac{a_n + b_n}{2}, \\
\\
\\
\\
t_{n+1} & = t_n - p_n(a_{n+1}-a_{n})^2. \\
\end{align}
</math>
|