MATLAB lessons N.5

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

A simple BVP defined by the functions p1, q1, r1 to test the code: File p1.m

File q1.m

File r1.m

Exact solution to check the order: File exact1.m

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