This document discusses several numerical methods for finding the roots or zeros of nonlinear equations, including bracketing methods like bisection that repeatedly decrease an interval containing the solution, open methods like Newton-Raphson that require a good initial guess, and fixed-point iteration that rewrites the equation as x=g(x) and iteratively applies the function. Examples are provided to illustrate applying bisection, false position, Newton's method, secant method, and fixed-point iteration to solve specific equations numerically.