nonlin_secant_test


nonlin_secant_test, a MATLAB code which calls nonlin_secant(), which interactively applies the secant method to seek a root of f(x) using two starting values a and b.

Licensing:

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

Related Data and Programs:

nonlin_secant, a MATLAB code which interactively applies the secant method to seek a root of f(x) given two starting estimates a and b.

Source Code:


Last revised on 21 June 2019.