Skip to main content

Chapter 7 Root finding: bisection

A fundamental numerical problem is to solve an equation (in general, not linear). What does it mean to find a numeric solution of \(f(x)=0\text{?}\) We consider the simplest of several methods of root-finding: the bisection method.