The document discusses several numerical methods for finding roots of equations, including the bisection method, false position method, Newton's method, and secant method. It provides examples of using each method to solve equations like x - cos(x) = 0 and x^3 - x - 1 = 0. The document concludes by listing references used in explaining these numerical root-finding techniques.
Related topics: