For MATLAB – Find an algorithm to perform the Bisection method and execute the following.
- Square root of 7. Guess a is 2, guess b is 3. 10 iterations.
- Square root of 11. guess A is 3, guess B is 4. 10 iterations.
- Square root of 11. guess A is 2, guess B is 5. 10 iterations.
- From question a and b – which is more accurate?
- Repeat c with 30 iterations. Write your observation(s) of the result.
** This is a MATLAB assignment