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

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

Out Put Bisection

The document presents a numerical method for finding a root of a function, showing iterations with values of 'a', 'b', 'c', and 'f(c)'. The process converges to a solution of approximately 0.739085078. The table details the calculations leading to this result through successive approximations.

Uploaded by

MD Mehedi Hassan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views1 page

Out Put Bisection

The document presents a numerical method for finding a root of a function, showing iterations with values of 'a', 'b', 'c', and 'f(c)'. The process converges to a solution of approximately 0.739085078. The table details the calculations leading to this result through successive approximations.

Uploaded by

MD Mehedi Hassan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

i a b c f(c)

1 -1.00000 3.00000 1.00000 -0.45970


2 -1.00000 1.00000 0.00000 1.00000
3 0.00000 1.00000 0.50000 0.37758
4 0.50000 1.00000 0.75000 -0.01831
5 0.50000 0.75000 0.62500 0.18596
6 0.62500 0.75000 0.68750 0.08533
7 0.68750 0.75000 0.71875 0.03388
8 0.71875 0.75000 0.73438 0.00787
9 0.73438 0.75000 0.74219 -0.00520
10 0.73438 0.74219 0.73828 0.00135
11 0.73828 0.74219 0.74023 -0.00192
12 0.73828 0.74023 0.73926 -0.00029
13 0.73828 0.73926 0.73877 0.00053
14 0.73877 0.73926 0.73901 0.00012
15 0.73901 0.73926 0.73914 -0.00008
16 0.73901 0.73914 0.73907 0.00002
17 0.73907 0.73914 0.73911 -0.00003
18 0.73907 0.73911 0.73909 -0.00001
19 0.73907 0.73909 0.73908 0.00000
20 0.73908 0.73909 0.73909 -0.00000
21 0.73908 0.73909 0.73908 0.00000
22 0.73908 0.73909 0.73909 -0.00000
23 0.73908 0.73909 0.73908 0.00000
24 0.73908 0.73909 0.73908 0.00000
25 0.73908 0.73909 0.73909 0.00000
Solution is = 0.739085078

You might also like