1. The document discusses various numerical methods for finding the roots or zeroes of functions, including graphical, closed, and open methods.
2. Closed methods like bisection and false position use intervals to iteratively find roots, while open methods like fixed point iteration and Newton-Raphson use formulas to predict roots without intervals.
3. The document also covers methods for finding multiple roots or roots of polynomials like Muller's method and Bairstow's method.