Computer Science, asked by sultanallahbachaya, 5 hours ago

Teston 4: Using bisection method find the root of 0.4*X2-39=0 between (9.0, 11.0) with
rcentage error 1. Terminate the program if number of iterations exceeds 10.
nswer: 9.813
uestion 5: Using bisection method find the root of e* - 2 = 0 between (0.0, 1.4) correct up to 2
gnificant figures. Terminate the program if number of iterations exceeds 10.
nswer: 0.695
:
uestion 6: Give the fundamentals of Bisection method. Discuss the stability of the method.
Question 7: Write an algorithm of Bisection method considering an interval, error limit as input.
The algorithm is expected to check the suitability of the initial interval.​

Answers

Answered by saifalam000000678
1

Explanation:

Teston 4: Using bisection method find the root of 0.4*X2-39=0 between (9.0, 11.0) with

rcentage error 1. Terminate the program if number of iterations exceeds 10.

nswer: 9.813

uestion 5: Using bisection method find the root of e* - 2 = 0 between (0.0, 1.4) correct up to 2

gnificant figures. Terminate the program if number of iterations exceeds 10.

nswer: 0.695

:

uestion 6: Give the fundamentals of Bisection method. Discuss the stability of the method.

Question 7: Write an algorithm of Bisection method considering an interval, error limit as input.

The algorithm is expected to check the suitability of the initial interval.

sorry

Similar questions