Solver for nonlinear equation systems: newton.m

Solves a system f(x) = 0 with n equations in n variables.
252 Downloads
Updated 12 Jan 2021

View License

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.

Cite As

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. Retrieved .

MATLAB Release Compatibility
Created with R2020a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
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