nonlin_newton_test


nonlin_newton_test, an Octave code which calls nonlin_newton(), which interactively applies Newton's method to seek a root of a function given formulas for f(x), f'(x), and a starting value a.

Licensing:

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

Related Data and Programs:

nonlin_newton, an Octave code which interactively uses Newton's method to find the zero of a function, given formulas for f(x), f'(x), and a starting point.

Source Code:


Last revised on 09 August 2024.