solve an ODE of whatever expression using ode45 in matlab obtaining
the result [t,y]. Evaluate the solved ODE in a point. Everything
should be done in matlab.
y''+ 3y'+2y=e^t
y(0)=1
y'(0)=-6
Solve using Laplace transforms.
Then, solve using undetermined coefficients.
Then, solve using variation of parameters.