solution of ODE using Euler's all 3 methods
Show older comments
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 Comment
darova
on 28 Oct 2019
Please show what have you done. Your atttempts, effords
Answers (1)
Dinesh Yadav
on 31 Oct 2019
0 votes
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.
Categories
Find more on Ordinary Differential Equations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!