bisection_min_test


bisection_min_test, a MATLAB code which calls bisection_min(), which uses the bisection method to estimate a minimizer of a function f(x) assumed to be strictly unimodal ("U-shaped") over the interval [a,b].

Licensing:

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

Related Data and Programs:

bisection_min, a MATLAB code which uses the bisection method to estimate a minimizer of a function f(x) assumed to be strictly unimodal ("U-shaped") over the interval [a,b].

Source Code:


Last revised on 01 March 2026.