fsolve_test, an Octave code which calls fsolve() which seeks the solution x of one or more nonlinear equations f(x)=0.
The computer code and data files described and made available on this web page are distributed under the MIT license
fsolve_test is available in a MATLAB version and an Octave version and a Python version.
test_nonlin, an Octave code which implements test problems for the solution of systems of nonlinear equations.
test_zero, an Octave code which implements test problems for the solution of a single nonlinear equation in one variable.