Math assignment

For MATLAB – Find an algorithm to perform the Bisection method and execute the following.

  1. Square root of 7. Guess a is 2, guess b is 3. 10 iterations.
  2. Square root of 11. guess A is 3, guess B is 4. 10 iterations.
  3. Square root of 11. guess A is 2, guess B is 5. 10 iterations.
  4. From question a and b – which is more accurate?
  5. Repeat c with 30 iterations. Write your observation(s) of the result.

** This is a MATLAB assignment