Use rk4plot to graphically investigate numerical solutions to the ODE. Use the four step sizes
. This M-file uses a 4th order Runge-Kutta scheme. Identify each plot with its respective step size.
ftx='2*t*x'; hvec=[.5,.25,.1,.01]; t0=-2; tf=2; x0=1;Save, then type initn to initialize the variables (or copy-and-paste at the Emporium).