This document discusses numerical methods for finding roots or solutions of equations. Some key methods mentioned include:
- Graphical method to obtain initial approximations of roots by plotting the function
- Bisection method which divides intervals in half to find where the function changes sign
- False position method which uses a straight line between two points to get a better approximation than bisection
- Iteration methods like Newton-Raphson which use formulas to iteratively predict new values converging on the root
- Multiple roots can be found by modifying Newton-Raphson or using methods like Bairstow's which divides polynomials