Question: Write your Matlab bisection method and apply the method to find the root of the function f(x)=x- 1.1 starting from the interval [0, 2]

Write your Matlab bisection method and apply the method to find the root of the function f(x)=x- 1.1 starting from the interval [0, 2] (that is, a = 0 and b = 2), with atol = 10-8. (a) How many iterations are required? Does the iteration count match the expectations, based on our convergence analysis? (b) What is the resulting absolute error? Could this absolute error be predicted by our convergence analysis?
Step by Step Solution
There are 3 Steps involved in it
Define the function f x sqrtx 11 Define the initial interval and the tolerance a 0 b 2 tol 1e8 Initi... View full answer
Get step-by-step solutions from verified subject matter experts
