ODE45 initial conditions are y'(0) = 0, y'(inf) = 1
1 回表示 (過去 30 日間)
古いコメントを表示
I have a third order differential equation and I have followed the steps given here to obtain the function handle. However, my two initial conditions are y'(0) = 0 and y'(inf) = 1, and only one initial condition is of the form y(0) = const.
How do I input the first order initial conditions while using ode45?
1 件のコメント
Torsten
2018 年 9 月 3 日
The condition y'(inf)=1 makes it necessary to use bvp4c instead of ode45.
Best wishes
Torsten.
回答 (1 件)
The Anh Vu
2021 年 11 月 28 日
y’(t) +10*y=5*cos(10*t) y’(0)=5 Hepl me code matlab ode45. Thank you
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Ordinary Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!