The document appears to be describing steps in the numerical solution of an equation using the bisection method. It shows 10 iterations of the method applied to the equation f(x)=x^3+4x^2-10, with the initial interval of [1,2]. Each row provides the iteration number, endpoints of the interval x1 and x2, and the function values at those points f(x1) and f(x2) and the midpoint xmid and its function value f(xmid).
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
27 views8 pages
No x1 x2 F (x1) F (x2) Xmid F (Xmid)
The document appears to be describing steps in the numerical solution of an equation using the bisection method. It shows 10 iterations of the method applied to the equation f(x)=x^3+4x^2-10, with the initial interval of [1,2]. Each row provides the iteration number, endpoints of the interval x1 and x2, and the function values at those points f(x1) and f(x2) and the midpoint xmid and its function value f(xmid).