Non-linear equations system solver (Newton Raphson)
This code solves a system of non-linear equations.
It is practical to use since there's no need to enter the derivation matrix (the code calculates itself).
Also, there's an indetermined number of variables (no restriction). You can put 1 million equations! :)
Inside the code there are instructions of how to use it, and also a folder with a simple exemple.
Hope it's going to be usefull for you! Comments and debugs are deeply enjoyed.
Citation pour cette source
Felipe Mendes (2026). Non-linear equations system solver (Newton Raphson) (https://fr.mathworks.com/matlabcentral/fileexchange/33332-non-linear-equations-system-solver-newton-raphson), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
- Mathematics and Optimization > Optimization Toolbox > Systems of Nonlinear Equations >
- Mathematics and Optimization > Optimization Toolbox > Systems of Nonlinear Equations > Newton-Raphson Method >
Tags
Remerciements
A inspiré : sinan
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.7.0.0 | Correction of small bug! |
||
| 1.1.0.0 | A better functional description. |
||
| 1.0.0.0 |
