Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Matlab code Solve the following ODE: dtdy=y5etsin(5t) with y(0)=1 and t between 0 and 3 (inclusive) using the Euler, Heun and midpoint methods. Create a
Matlab code
Solve the following ODE: dtdy=y5etsin(5t) with y(0)=1 and t between 0 and 3 (inclusive) using the Euler, Heun and midpoint methods. Create a 1-by-3 subplot arrangement where each subplot contains the solutions of the 3 methods for h=0.5 (first subplot), h=0.2 (second subplot) and h=0.01 (third subplot). In addition, each subplot should plot the analytical solution of y=etcos(5t) using a step size of 0.001 and a line thickness of 3 . Remember to include a legend for each subplot. ONASH College D4140 Practical Session 10 Create a table using fprintf which displays the step size, the midpoint method solution for t=3 and the absolute difference between the midpoint method and the analytical solution at t=3. The table should look similar to the followingStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started