System of nonlinear equations
- From: "Hany R." <hr211@xxxxxxxxxx>
- Date: Fri, 18 Jul 2008 18:06:02 +0000 (UTC)
Solving a system of nonlinear equations
Hi all,
I have an algorithm that outputs 5 nonlinear equations with
x,y and z as unknowns. e.g. aX+bY+cZ=W
These are represented in a matrix as:
P= [a b c] and R=[W] (these values are available)
I'm wondering, aside of doing P\R, what other functions
or effective algorithms are good to be implemented in Matlab?
Please don't suggest fsolve as the optimization toolbox is
not supported.
Thank you
.
- Follow-Ups:
- Re: System of nonlinear equations
- From: John D'Errico
- Re: System of nonlinear equations
- Prev by Date: Re: Matlab Operating Precision
- Next by Date: Re: 2D nonmonotonic interpolation
- Previous by thread: Ending one GUI from another
- Next by thread: Re: System of nonlinear equations
- Index(es):
Relevant Pages
|
Loading