Processing math: 100%
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? We consider the simplest of several methods of root-finding: the bisection method.