A matlab *.m file "euler_step.m" which needs subroutine F.m

Click here to down-load the euler_step.m file.
Click here to down-load the F.m file.
NOTE: I've modified the call to the program so you give it the number of intervals instead of the time-step size. This avoids the entire issue of possibly not stopping at the final time.

A matlab *.m file "taylor_2.m" which needs the two subroutines F.m and F1.m

Click here to down-load taylor_2.m
Click here to down-load the F1.m file.


A matlab *.m file "runge_kutta_2.m" which needs subroutine F.m

Click here to down-load the runge_kutta_2.m file.


A matlab *.m file "sys_runge_kutta_2.m" which needs subroutine F_sys.m

Click here to down-load sys_runge_kutta_2.m file.
Click here to down-load the F_sys.m file.