In Exercise we will deal with the differential equation y′ = −2y + 2 cos t sin 2t. In preparation create the function M-file

and save the file as steady.m.
MATLAB’s solvers can automatically plot solutions as they are computed. All you need to do is leave off the output variables when calling the solver. Try ode45 (‘steady’, [0,30], -5:5).
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.