Solve the ODE from 12_1 above with a MATLAB code implementing both Euler's method and midpoint method with a step size o
Posted: Fri Jul 01, 2022 5:45 am
Solve the ODE from 12_1 above with a MATLAB code implementing both Euler's method and midpoint method with a step size of 0.1. Also display the results from both methods on the same plot along with the analytical result y(t) = e(t³-3.3t)/3 Use proper legend with your plot.