Bisection Method Algorithm

Uses: Mips Assembly language

The bisection method finds the root of a given continous function. This program uses the function:

It askes the user for

  • Point A
  • Point B
  • Tolerance

using these two points from the user, it narrows down in which interval the root lies in. Once finding out in which interval it lies in, whether , it then chooses that sub interval to repeat the process to get to the root.

it displays a table to the user with the given information

  • Point A
  • Point B
  • midpoint