Nonlinear equation system solver: broyden
Versione 2.0.1 (49,2 KB) da
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.
Cita come
Are Mjaavatten (2025). Nonlinear equation system solver: broyden (https://it.mathworks.com/matlabcentral/fileexchange/54667-nonlinear-equation-system-solver-broyden), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2012b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Scopri di più su Systems of Nonlinear Equations in Help Center e MATLAB Answers
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 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 |
