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.
The information on this web page is distributed under the MIT license.
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.