Question: Q 3 : Root finding Determine the real root of: f ( x ) = x 3 - 1 3 x - 1 2 a
Q: Root finding
Determine the real root of:
a pt Graphically. Report your graph and your estimates of the roots from the graph.
b pts Using matlab or python, write a script to determine one of the roots using the bisection
method. Set a nd Print the normalized approximate percent error, over
iterations. Submit your code, along with a table of results. Your table should have rows for each
iteration of the bisection method and columns: the iteration count, the approximate root at each
iteration, and a t each iteration.
c pt Compare your results of the previous step to the results from Mllers method given in
Example of the textbook also attached on the next page Report the difference in
convergence between the two methods.
Here in particular, "convergence" means how fast the approximate percent error approaches zero. WRITE THE CODE IN MATLAB
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
