Fixed-point iteration

An iterative method for solving an equation written as x = g(x), generating successive approximations by repeatedly applying g. Its convergence depends on the function and starting value.

Connect