Bisection Method Features (Characteristics)

In this article, we are going to list all characteristics of Bisection method to find real root of non-linear equations.

Bisection method has following features or characteristics:

  1. Type: Bisection method is bracketing method.
  2. Convergence: Guaranteed
  3. Rate of Convergence: Linear rate of convergence. Slow but steady.
  4. Accuracy: Good
  5. Number of Initial Guesses: 2 (Two)
  6. Programming Effort: Easy to Implement
  7. Approach: Finding middle point, Half-interval approach