Solving nonlinear diferential equations system

2 ビュー (過去 30 日間)
skinny pete
skinny pete 2019 年 9 月 23 日
回答済み: Bjorn Gustavsson 2019 年 9 月 23 日
Hello everyone?
Could you help me to solve the differential equations below on matlab?
Note: pdot, qdot, rdot are derivatives of p,q and r respectively.
pdot = rdot + p*q - r*q ;
qdot = p*r - p^2 + r^2;
rdot = pdot - p*q - q*r ;

回答 (1 件)

Bjorn Gustavsson
Bjorn Gustavsson 2019 年 9 月 23 日
That's a system of coupled first-order ODEs. Have a look at the help and documentation for ode45, ode23.
HTH

カテゴリ

Help Center および File ExchangeDigital Filter Analysis についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by