Apply the classical Runge-Kutta method to solve the following initial value problem given y(0)=1 and the step size h=0.1. Verify solution using MATLAB. Plot the solutions obtained by using ode45 and dsolve. Compare the graphs and provide an explanation.