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