This document contains summaries of several chapters from a numerical methods textbook. It discusses various numerical techniques for solving equations including bracketing methods, bisection method, false position method, fixed point iteration, Newton's method, secant method, and systems of nonlinear equations. It also covers numerical integration techniques like Trapezoidal rule, Simpson's rule, Newton-Cotes formulas, Romberg integration and Gaussian quadrature. Finally, it summarizes chapters on interpolation, least squares regression, and Runge-Kutta methods for solving differential equations.
2. 5.2 : Bisection Method
? 3 ways to stop iteration :
1- Result of function a or b ? zero
2- Two X's should equal to each other
3- Error = zero or 10 % ( depend on question )
2 PAGE
Numerical Method