Fixed-Point Iteration Method


Fixed-point iteration transforms the equation \(f(x) = 0\) into a form \(x = g(x)\). Starting from an initial guess, the iteration uses \(x_{n+1} = g(x_n)\) until convergence or a tolerance criterion is met.

Read more about it on Wikipedia.