The document discusses numerical methods for finding roots of equations. It introduces root finding methods like the bisection method, false position method, secant method, and Newton-Raphson method. An example of applying the false position method and Newton-Raphson method is shown to find the root of sample equations. Acceleration of convergence is also discussed using Aitken's method. Useful online sources for further information on numerical analysis are provided.