Solving 3 simultaneous first order differential equations
1 回表示 (過去 30 日間)
古いコメントを表示
I need to solve the following set of differential equations in Matlab.

Here, um,Ks,Kp,a,sm,yxs,K1,K2-constant values s,p,x- variables
I need to solve the last three differential equations. As much as I understand, these are 3 first order simultaneous differential equations.
I can't figure out how to acknowledge the variation of u (first equation) in the rest of the equations.
Can anyone help with this?
1 件のコメント
Walter Roberson
2013 年 12 月 29 日
should be merged with duplicate http://www.mathworks.co.uk/matlabcentral/answers/110952-solving-3-simultaneous-first-order-differential-equations
採用された回答
Mischa Kim
2013 年 12 月 28 日
編集済み: Mischa Kim
2013 年 12 月 28 日
If none of the variables s, p, x depend on µ you can simply go ahead and solve the three differential equations. Once solved you can get µ as a function of time by plugging in s(t) and p(t) in the first equation.
5 件のコメント
Ranganatha B R
2019 年 6 月 5 日
If you remove that you will get an error as to y is not defined. You cannot have an expression called y(1)
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!