This document describes numerical techniques for differentiation and integration. It discusses forward difference, central difference, and Richardson's extrapolation formulas for numerical differentiation. For numerical integration, it covers the trapezoidal rule and Simpson's rule. The trapezoidal rule approximates areas using trapezoids formed by the function values at interval points. Simpson's rule uses quadratic polynomials to approximate the function within each interval. Both methods converge to the true integral as the number of intervals increases.