fsolve_test


fsolve_test, a MATLAB code which calls fsolve(), which seeks the solution x of one or more nonlinear equations f(x)=0.

Note that fsolve() requires MATLAB's Optimization Toolbox.

Languages:

fsolve_test is available in a MATLAB version and an Octave version and a Python version.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Related Data and Programs:

kelley, a MATLAB code which implements iterative methods for linear and nonlinear equations, by Tim Kelley;

root_rc, a MATLAB code which seeks a solution of a scalar nonlinear equation f(x) = 0, or a system of nonlinear equations, using reverse communication (RC), by Gaston Gonnet.

roots_rc, a MATLAB code which seeks a solution of a system of nonlinear equations f(x) = 0, using reverse communication (RC), by Gaston Gonnet.

test_nonlin, a MATLAB code which implements test problems for the solution of systems of nonlinear equations.

test_zero, a MATLAB code which implements test problems for the solution of a single nonlinear equation in one variable.

zero, a MATLAB code which seeks a solution of a scalar nonlinear equation f(x) = 0, by Richard Brent.

zero_rc, a MATLAB code which seeks a solution of a scalar nonlinear equation f(x) = 0, using reverse communication (RC), by Richard Brent.

Source Code:


Last revised on 10 October 2020.