Broydens Method
by Paul de Wit
31 Oct 2004
(Updated 03 Nov 2004)
Compute the solution for a system of nonlinear equations.
|
Watch this File
|
| File Information |
| Description |
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 |
| MATLAB release |
MATLAB 7 (R14)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (2) |
| 31 Jul 2005 |
Henk den Adel
|
|
|
| 01 Oct 2005 |
Duane Hanselman
|
|
|
|
Contact us at files@mathworks.com