The bisection method is used to calculate the root of f(x) = x^2 - 2 on the interval [-2, -1] with an error tolerance of 0.001. Over 10 iterations, the method converges on a root between -1.41602 and -1.41406.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
28 views1 page
Assisgnment 3
The bisection method is used to calculate the root of f(x) = x^2 - 2 on the interval [-2, -1] with an error tolerance of 0.001. Over 10 iterations, the method converges on a root between -1.41602 and -1.41406.