Solver for nonlinear equation systems: newton.m

Solves a system f(x) = 0 with n equations in n variables.
253 téléchargements
Mise à jour 12 jan. 2021

Afficher la licence

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.

Citation pour cette source

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. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2020a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
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