zero_brent_test
zero_brent_test,
an Octave code which
calls zero_brent(), which
finds a zeros of a scalar function of a scalar variable,
by Richard Brent.
Licensing:
The information on this web page is distributed under the MIT license.
Related Data and Programs:
zero_brent,
an Octave code which
finds a zeros of a scalar function of a scalar variable,
by Richard Brent.
Source Code:
-
zero_example.m,
tests zero() on one test function.
-
f_01.m,
zero finder test function #1.
-
f_02.m,
zero finder test function #2.
-
f_03.m,
zero finder test function #3.
-
f_04.m,
zero finder test function #4.
-
f_05.m,
zero finder test function #5.
Last revised on 11 June 2021.