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