nonlin_secant_test, an Octave 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, an Octave code which interactively applies the secant method to seek a root of f(x) given two starting estimates a and b.