broyden, an Octave code which implements the Broyden iterative method for the solution of a system of nonlinear equations, assuming an initial solution estimate is fairly close, by Tim Kelley.
These codes can be downloaded directly from https://ctk.math.ncsu.edu/matlab_roots.html
The information on this web page is distributed under the MIT license.
broyden is available in a MATLAB version and an Octave version and a Python version.
fsolve_test, an Octave code which calls fsolve() which seeks the solution x of one or more nonlinear equations f(x)=0.
kelley, an Octave code which implements iterative methods for linear and nonlinear equations, by Tim Kelley;
mgmres, an Octave code which applies the restarted GMRES algorithm to solve a sparse linear system.
test_nonlin, an Octave code which implements test problems for the solution of systems of nonlinear equations.