Re: Solve a big problem
- From: Juliana <jujiana@xxxxxxxxxxxx>
- Date: Mon, 30 Apr 2007 17:11:47 -0400
I see. You have nonlinear equations.Thank you Bob, its a good idea. I'm going to try.
I have not used the symbolic toolbox, it might work.
But if you want to do it numerically, you might try putting
everything
on one side of the equal sign and then using fminsearch on a
function
consisting of each equation squared e.g.
f(a,b,c) = (a*b -c )^2 + (a^2 - 2b)^2 + (a + b + c -3)^2;
This is obviously a kludge but will get you started.
Bob
.
- References:
- Re: Solve a big problem
- From: Bob
- Re: Solve a big problem
- From: Juliana
- Re: Solve a big problem
- From: Walter Roberson
- Re: Solve a big problem
- From: Juliana
- Re: Solve a big problem
- From: Bob
- Re: Solve a big problem
- Prev by Date: Capability/Limitations of Simmechanics
- Previous by thread: Re: Solve a big problem
- Next by thread: array manipulation
- Index(es):