This document discusses numerical methods for finding roots of nonlinear equations. It introduces symbolic calculations in MATLAB using the Symbolic Math Toolbox. Bisection and Newton's methods for finding roots are explained. MATLAB code examples are provided to implement these root-finding algorithms for sample equations. The document also describes using MATLAB's fzero function to numerically find roots.