solution of ODE using Euler's all 3 methods
1 回表示 (過去 30 日間)
古いコメントを表示
Solve this ODE using Euler's forward, backward, modified methods for given step sizes and plot the results in a graph
dy/dt = t-y ; t-final = 2.8 ; step size, h= 0.4, 0.2, 0.1 ; y(0) = 1
1 件のコメント
回答 (1 件)
Dinesh Yadav
2019 年 10 月 31 日
Hi, I would recommend going through the following links which have all the three methods and try to modify the implementation to suit your requirement.
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!