Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
31 views1 page

Bisection Method

The document contains a table with numerical data in multiple columns including x, y, xmid, various function values and the difference between y-x.

Uploaded by

Suga Nees
Copyright
© © All Rights Reserved
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% found this document useful (0 votes)
31 views1 page

Bisection Method

The document contains a table with numerical data in multiple columns including x, y, xmid, various function values and the difference between y-x.

Uploaded by

Suga Nees
Copyright
© © All Rights Reserved
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
You are on page 1/ 1

x y xmid f(x) f(y) f(xmid) y-x

1 0 0.5 1.524413 -1 -0.025767 -1


1 0.5 0.75 1.524413 -0.025767 0.748244 -0.5
0.75 0.5 0.625 0.748244 -0.025767 0.34663 -0.25
0.625 0.5 0.5625 0.34663 -0.025767 0.155609 -0.125
0.5625 0.5 0.53125 0.155609 -0.025767 0.063601 -0.0625
0.53125 0.5 0.515625 0.063601 -0.025767 0.018575 -0.03125
0.515625 0.5 0.507813 0.018575 -0.025767 -0.003683 -0.015625
0.515625 0.507813 0.511719 0.018575 -0.003683 0.007424 -0.007813
0.511719 0.507813 0.509766 0.007424 -0.003683 0.001865 -0.003906

You might also like