MATLAB lessons N.6

A simple implementation of Euler scheme (vector form): File BVPshoot.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