MATLAB: How to solve a second order ODE with boundary conditions

differential equationsmathematicsodeode45

I'm trying to solve the following differential equation:
y''+y'-6y=20e^t, y(0)=0, y'(0)=1

Best Answer

Use "dsolve".
Best wishes
Torsten.