function yout = rkf(t,y) % % rkf(t,y) computes t-y^2 % % used by rk.m to illustrate the Runge-Kutta method % yout = t - y*y;