Question: f ( x ) = e - 0 . 5 x ( 4 - x ) - 2 ( i ) Plot the graph on

f(x)=e-0.5x(4-x)-2
(i) Plot the graph on 0,10
(ii) Use Python to find the root of x using bisection method
(iii) Use Python to find the root of x using Newton-Rhapson method
(iv) Use Python to find the root of x using Secant method
(v) Plot the convergence graph of the root of the methods (ii)-(iv)
(vi) Compare the convergence plot between the algorithms (ii)-(iv)
f ( x ) = e - 0 . 5 x ( 4 - x ) - 2 ( i ) Plot

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 Programming Questions!