How to solve a system of 3 or more ODEs having interdependent independent variables as independent variables of the dependent variable on the same derivative ?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Suppose, t1 = t2^2;
dX/dt1 = z+4;
dY/dt1 = 2*z+1;
dX/dt2 = 2+3*z;
dY/dt2 = 3+(z^2);
(May be the question doesn't make any sense to many, but still if you get the question, try to solve!)
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Ordinary Differential Equations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!