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 information on this web page is 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.