Solving Systems of Nonlinear Algebraic Equations in Matlab
Loading...
17,004
Loading...
Uploader Comments (jakeblanchard)
see all
All Comments (15)
-
thanks for the help!
-
er without guessing...
-
Hey thanks for providing such an easy-to-follow explanation! You have helped me to solve a very non-linear (and non-nice :P) system of equations needed for my Air-Breathing Engines undergraduate class. Thank you again!
-
Although I managed to solve it alone, I would like to say you a big thank you for all the videos you have posted in youtube. Especially the "using Simulink to Solve Ordinary Differential Equations" was really very helpful.
Loading...
ceikit91 2 months ago
@ceikit91
Get rid of the "dots" in your function. That is, try this:
fcns(1)=x+2*y;
fcns(2)=x-y;
There is not such thing as .;
jakeblanchard 2 months ago
Is there a method to find ALL roots of a system of nonlinear equations?
bangthatdrumb 6 months ago
@bangthatdrumb
No there really isn't. The problem is that there could be no solutions, 1 solution, or an infinite number of solutions. It's just too difficult to have a general solver find all solutions. If you restrict the problem to a particular type of equation, then there may be a way to narrow things down.
jakeblanchard 6 months ago
@jakeblanchard i used continuation software XPAUTT and counted them manually, horay!
bangthatdrumb 5 months ago
@bangthatdrumb
good news!
jakeblanchard 5 months ago