Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
Newton's method for solving a system of nonlinear equations, see http://en.wikipedia.org/wiki/Newton's_method
Newton(X,F,X0) solves nonlinear system F(x)=0 by Newton's method, using the given initial approximation X0. The derivative (Jacobian) is evaluated symbolically. The iterations are performed numerically.
The included demo NewtonDemoRunMe.m shows how to run the Newton.m function. E.g., it creates a slide-show and a movie, illustrating the behavior of the iterates.
Cita come
Andrew Knyazev (2026). Newton's method done right (https://it.mathworks.com/matlabcentral/fileexchange/33672-newton-s-method-done-right), MATLAB Central File Exchange. Recuperato .
Riconoscimenti
Ispirato: GUI for "Newton's Method Done Right"
Informazioni generali
- Versione 1.3 (137 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.3 | Light editing.
|
|
|
| 1.2 | Multiple improvements and updates.
|
|
|
| 1.1.0.0 | Bug fixes in Newton.m and a new script NewtonDemoRunMe.m with examples. |
||
| 1.0.0.0 |
