This document discusses error analysis in numerical computation. It contains:
1) An introduction discussing types of computational errors like rounding off and truncation errors.
2) A MATLAB program to calculate the exponential function using Taylor series expansion and evaluate the absolute and relative errors.
3) A second program to approximate the derivative of tan(x) at different step sizes and calculate the relative percentage error, showing the error decreases with smaller step sizes.
4) Conclusions about how the approximation accuracy improves with decreasing step size due to reducing truncation error, with round-off error dominating at very small step sizes.