nonlin_fixed_point_test


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.

Licensing:

The computer code and data files made available on this web page are distributed under the MIT license

Related Data and Programs:

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.

Source Code:


Last revised on 30 July 2019.