Description Usage Arguments Note Author(s)
Broyden solver algorithm
1 | .broyden_solver(.x0, .fn, max_ite, tol)
|
.x0 |
Vector with initial guess for x. |
.fn |
A function containing the system of equations. |
max_ite |
Maximum number of iterations allowed |
tol |
A numeric value indicating the accepted tolerance to declare convergence. |
Check https://www.math.usm.edu/lambers/mat419/lecture11.pdf for a quick reference on the algorithm.
João Macalós
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.