MATLAB lessons N.4

A simple implementation of Euler scheme (vector form): File Euler.m

A simple ODE to test the code: File problem1.m

A simple implementation of Heun scheme (vector form): File Heun.m

A simple implementation of Runge Kutta oder 4 (vector form): File RK4.m

Exact solution to check the order: File exact1.m

A simple script to check the order: File checkError.m