Question: Consider the following function as show in the figure below: Write a script that uses the bisection function to estimate both roots ( crossings )

Consider the following function as show in the figure below:
Write a script that uses the bisection function to estimate both roots (crossings) of the function. Assume that a =11.7, b =8.8, c =0.9, and d =14. Determine your own initial guesses. Continue until the approximate relative percent error falls below 0.001%.
Requirements:
Create an anonymous function you will use to solve this problem.
Assign the variable root1 to the first solution of the problem closest to the origin.
Assign the variable root2 to the second solution of the problem furthest from the origin.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!