Newton-Raphson solver of non-linear equation systems
Version 1.0.0 (1.67 KB) by
Jure Tica
Solves non-linear systems of equations with a numerical implementation of the Newton-Raphson method.
Uses the Newton-Raphson method to solve non-linear systems of equations of any size. The Jacobian is computed numerically; all computation is performed numerically. The simple MATLAB function takes two inputs: (1) a function handle to the system of equations, and (2) the initial point for the computation. The default number of iterations is 1000, however, it can easily be changed by setting the third input.
Cite As
Jure Tica (2026). Newton-Raphson solver of non-linear equation systems (https://www.mathworks.com/matlabcentral/fileexchange/76395-newton-raphson-solver-of-non-linear-equation-systems), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2020a
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0 |
