nonlin_newton_test


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

Related Data and Programs:

nonlin_newton, a MATLAB 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 30 July 2019.