solution of ODE using Euler's all 3 methods
이전 댓글 표시
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
darova
2019년 10월 28일
Please show what have you done. Your atttempts, effords
답변 (1개)
Dinesh Yadav
2019년 10월 31일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!