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().
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
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!