This document discusses numerical approximation methods, specifically Euler's method. It provides:
1) The iterative formulas for Euler's method applied to 10 example differential equations.
2) Tables comparing the approximate values obtained from Euler's method using step sizes of h=0.1 and h=0.05 to the actual solution values.
3) A MATLAB script for generating similar tables for 6 additional problems.