Solving Complex Coupled Differential Equations
Ältere Kommentare anzeigen
Hello,
My question is as follows. Say we have a set of coupled differential equations, such as
y'' = x' + y' + cos(y) and x'' = y'^2 + tan(y).
How would I go about implementing this with the regular ODE software? I understand how to solve coupled differential equations, and normal ODEs, but I've never had to deal with coupled differential equations with derivatives on both side.
Cheers
Akzeptierte Antwort
Weitere Antworten (1)
Torsten
am 6 Nov. 2014
0 Stimmen
I guess the legend is wrong.
Shouldn't it read
str = {'$$ x $$', '$$ \dot{x} $$', '$$ y $$', '$$ \dot{y} $$'};
?
Best wishes
Torsten.
1 Kommentar
Star Strider
am 6 Nov. 2014
Correct. I reversed the legend accidentally after looking through the LaTeX documentation.
Kategorien
Mehr zu Ordinary Differential Equations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
