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.
Download as XLSX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
18 views
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.