Question: 4. Write a function find.square root(x, a, b) that takes as input a number x and as output returns the square root of x. a

4. Write a function find.square root(x, a, b) that takes as input a number x and as output returns the square root of x. a and b are the lower bound and upper bound. Your results should converge to at least 6 decimal places. Hint: bisection method, while loop, toleration (10 %)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
