Choosing the solver used to find the solution of equations
How about having the functions for computing equations and finding the solutions? In this section, we will see how to do it.
Getting ready
This is a collection of general-purpose, non-linear multidimensional solvers. These solvers find x for which F(x) = 0. Both x and F can be multidimensional.
Functions | Parameters |
| Find a root of a function, using Krylov approximation for inverse Jacobian. |
| Find a root of a function, using (extended) Anderson mixing. |
General non-linear solvers:
Functions | Parameters |
| Find a root of a function, using Broyden's first Jacobian approximation. |
| Find a root of a function, using Broyden's second Jacobian approximation. |
Simple iterations:
Fucntions | Parameters |
| Find a root of a function, using a tuned diagonal Jacobian approximation... |