System of nonlinear equations



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

.



Relevant Pages

  • Re: System of nonlinear equations
    ... I have an algorithm that outputs 5 nonlinear equations with ... Of course, this is linear. ... Please don't suggest fsolve as the optimization toolbox is ...
    (comp.soft-sys.matlab)
  • Solving a nonlinear system of equations
    ... Can somebody help me witha method of solving the following ... system of nonlinear equations in Matlab: ... so 4 equations with 5 unknowns and C1-C17 are constants. ...
    (comp.soft-sys.matlab)
  • Re: Recursion problem - Graph theory - Algorithm needed
    ... )> I pose a question here concerning what I think is a classic computer ... but I don't know of an algorithm for solving it. ... here are 15 square tiles arranged in a 4x4 grid, ...
    (comp.programming)
  • Re: Recursion problem - Graph theory - Algorithm needed
    ... )> I pose a question here concerning what I think is a classic computer ... but I don't know of an algorithm for solving it. ... here are 15 square tiles arranged in a 4x4 grid, ...
    (comp.lang.cpp)
  • Re: JSH: Whats happening now?
    ... > One more random note about your SF Theorem, ... >> and solving for z using ... > algorithm picks ONE integer between 1 and M for each factoring attempt. ... poor-quality pseudo-random sequence is likely to do worse than picking ...
    (sci.math)

Loading