Consider the following ODE: dy = sin sin (y +t + t); - 4sts4 << — dt Write Matlab program to integrate the ODE and deter
Posted: Fri May 20, 2022 10:21 am
Consider the following ODE: dy = sin sin (y +t + t); - 4sts4 << — dt Write Matlab program to integrate the ODE and determine y(4). Your program must compare 2 numerical techniques Taylor (n=2) and Midpoint method. Display results in table form for the following cases: Initial Value: y(-4)= 3 and y(-4)=- 1 with step length 0.1 = Present results (4 cases) in single graph with appropriate legends, labels and title(s).