
Broyden solver algorithm
.broyden_solver(.x0, .fn, max_ite, tol)
Vector with initial guess for x.
A function containing the system of equations.
Maximum number of iterations allowed
A numeric value indicating the accepted tolerance to declare convergence.