MATHEMATICA TUTORIAL, Part 1.3: Fixed Point Iteration
www.cfm.brown.edu › am33 › pythonIn this section, we study the process of iteration using repeated substitution. More specifically, given a function g defined on the real numbers with real values and given a point x0 in the domain of g, the fixed point iteration is. xi + 1 = g(xi) i = 0, 1, 2, …, which gives rise to the sequence {xi}i ≥ 0. If this sequence converges to a ...