Page 1 of 1

What does the "eps = 1e - 6" funtion as in this code, and is it the correct numbers note: this is the question I am answ

Posted: Fri May 20, 2022 4:49 pm
by answerhappygod
What does the "eps = 1e - 6" funtion as in this code, and is it
the correct numbers
note: this is the question I am answering Consider the function
f(x) = x2 sin x + 2x −3. ii. Using the bisection() function in the
rootfinding module, estimate the root of f(x) in the interval
[0,2]. Display the root to 5 decimal place precision. Check the
correctness of your answer by confirming that f(x) = 0 is satisfied
to at least 5 decimal places, where x is the solution computed
numerically by bisection().