solution of ODE using Euler's all 3 methods
5 次查看(过去 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 个)
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!