nonlin_fixed_point_test, a MATLAB 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 computer code and data files made available on this web page are distributed under the MIT license
nonlin_fixed_point, a MATLAB 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.