Need to solve a nonlinear ODE using matlab

1 回表示 (過去 30 日間)
Mouna Lhayani
Mouna Lhayani 2020 年 3 月 10 日
コメント済み: ME 2020 年 3 月 10 日
How can i solve the following nonlinear ODE :
  • dεdz=(3*tan(gama)*ms)/(4*pi*rho*n*R^4*(sin(ε)^4)) - (tan(beta)/R*cos(gama))*(1/sin(ε))
  • Solve from z=[0 60]
  • Initial Condition ε0=0.5503
  • R=1.524
  • n=1.5
  • gama=pi/6
  • beta=1
  • rho=1380
  • ms=29.86
Thanks

回答 (1 件)

ME
ME 2020 年 3 月 10 日
There are a range of ODE solvers available in MATLAB that could do this. The following link can help you pick which one is most appropriate for your particular use:
There are then links within that page that will show you how to implement them.
  2 件のコメント
Mouna Lhayani
Mouna Lhayani 2020 年 3 月 10 日
Thank you
ME
ME 2020 年 3 月 10 日
No problem. If you need any further help then feel free to come back to me.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeOrdinary Differential Equations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by