nonlin_fixed_point_test, an Octave code which calls nonlin_fixed_point(), which interactively uses the fixed point method x=g(x) to find the zero of a function f(x), given a starting point x0 and a number of iterations it.
The information on this web page is distributed under the MIT license.
nonlin_fixed_point, an Octave code which interactively uses the fixed point method x=g(x) to find the zero of a function f(x), given a starting point x0 and a number of iterations it.