nonlin_fixed_point_test


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.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

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.

Source Code:


Last revised on 09 August 2024.