In: Advanced Math
I am asked to find the square roots using the bisection method for x * x - a = 0.
I was wondering how the bisection method is performed.
Let's suppose a = 9, so I would need to find the roots of x * x - 9 = 0.
Also, from the 1st equation, when would the bisection method NOT output a root?