Nonlinear equation system solver: broyden
Versión 2.0.1 (49,2 KB) por
Are Mjaavatten
Solve set of nonlinear equations. Optionally define bounds on independent variables.
This function tries to solve f(x) = 0, where f is a vector function. Uses Broyden's pseudo-Newton method, where an approximate Jacobian is updated at each iteration step, using no extra function evaluations. The optional bounds keep the search within a rectangular region.
fsolve from the optimisation toolbox is more robust but lacks the bounds option.
Citar como
Are Mjaavatten (2024). Nonlinear equation system solver: broyden (https://www.mathworks.com/matlabcentral/fileexchange/54667-nonlinear-equation-system-solver-broyden), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2012b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Más información sobre Systems of Nonlinear Equations en Help Center y MATLAB Answers.
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
2.0.1 | Improved robustness.
|
||
1.2.0.0 | Revised call sequence: bounds and other optional inputs are now entered ar name/value pairs. Added Image and Live Script example. |
||
1.1.0.0 | Added iteration history as an output. |
||
1.0.0.0 |