The document describes the bisection method for finding roots of equations. It provides an introduction to the bisection method and its graphical representation. It also presents the algorithm, a C program implementing the method, and examples finding roots of polynomial and trigonometric equations using bisection.