Consider the ODE y'(t) = 1 - t + 4y with initial condition y(0) = 1.
(a) Show that the solution is y(t) = 1/4 t - 3/16 + 19/16 e^(4t).
(b) Use Matlab to approximate this solution for 0 <= t <= 2 using Euler's method with delta t = 0.05, 0.025, 0.01, and 0.001. Plot your results and the exact solution on the same set of axes in the t - y plane. Fill in the following tables