You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -283,14 +283,14 @@ We can see that Newton's Method reaches convergence faster than the successive a
283
283
284
284
The above fixed-point calculation can be seen as a root-finding problem since the computation of a fixed point can be seen as approximating $x^*$ iteratively such that $g(x^*) - x^* = 0$.
285
285
286
-
Therefore, assuming $f(x) = g(x) - x$, we can rewrite the formula [](motivation) to
286
+
We the formula [](motivation) can be rewritten in terms of $f(x)$
0 commit comments