cpr, a MATLAB code which implements the Chebyshev Proxy Rootfinder (CPR) to locate all the real zeros of a smooth real function f(x) within an interval [a,b], by John Boyd.
The information on this web page is distributed under the MIT license.
cpr is available in a MATLAB version and an Octave version and a Python version.
zero_brent, a MATLAB code which seeks a solution of a scalar nonlinear equation f(x) = 0, by Richard Brent.
zero_muller, a MATLAB code which seeks a root of a nonlinear equation using the Muller method, with complex arithmetic.
Original MATLAB version by John Boyd. This version by John Burkardt.