nonlin_secant_test


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.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

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.

Source Code:


Last revised on 09 August 2024.