inital:=proc(neqn,t,u0) # # Procedure inital sets the initial condition vector # for the 2 x 2 ODE problem # u0[1]:=0: u0[2]:=2: # # End of inital end: