The document calculates f(x) = x^2 - 2 using the bisection method with initial bounds of [-2, -1] and a stopping criteria of εabs<εs where ε = 0.001. A table is shown tracking 10 iterations of the bisection method, calculating the midpoint and function values at each iteration until the stopping criteria is met at the 9th iteration.
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)
29 views2 pages
Assisgnment 3
The document calculates f(x) = x^2 - 2 using the bisection method with initial bounds of [-2, -1] and a stopping criteria of εabs<εs where ε = 0.001. A table is shown tracking 10 iterations of the bisection method, calculating the midpoint and function values at each iteration until the stopping criteria is met at the 9th iteration.