Broydens Method

Version 1.0.0.0 (829 Bytes) by Paul de Wit
Compute the solution for a system of nonlinear equations.
3.1K Downloads
Updated 3 Nov 2004

No License

An example of the use of Broyden's method.

This file does not require the use of another, and the equations to be solved can be passed into the function. Only (2x2).

However if you wish to change this method for more equations feel free to make the required adjustments.

Example: x = broyden('x1+2*x2-2','x1^2+4*x2^2-4',[1 1]',50)

will give output

x =
-0.0000
1.0000

Cite As

Paul de Wit (2024). Broydens Method (https://www.mathworks.com/matlabcentral/fileexchange/6155-broydens-method), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Systems of Nonlinear Equations in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0