Solver for nonlinear equation systems: newton.m

Solves a system f(x) = 0 with n equations in n variables.
253 download
Aggiornato 12 gen 2021

Visualizza la licenza

This is a simple and fast solver for nonlinear equation systems. Calculates a numerical Jacobian if not supplied by the user. It is an alternative to fsolve in Optimization Toolbox. In addition it allows bounds on independent variables, helping the user to find the relevant solution and avoid that his/her function is called with unwanted values.

Many implementations of Newton's method are already available on the File Exchange, but they are often restricted to one or a fixed number of equations, or they are tailored to specific applications. I have found this version useful for a range of problems.

Live scripts for help and examples are included.

Cita come

Are Mjaavatten (2024). Solver for nonlinear equation systems: newton.m (https://www.mathworks.com/matlabcentral/fileexchange/82320-solver-for-nonlinear-equation-systems-newton-m), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2020a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
2.0.2

Forgot to change file

2.0.1

Improved error handling and diagnostics

2.0.0

Uses numerical Jacobian if not provided by the user.
Added bounds on independent variables.
User control of iteration parameters.

1.0.0