Assignment 3 Open Method
Assignment 3 Open Method
3 2
f ( x)=2 x −11.7 x +17.7 x−2
Fixed-point iteration method (three iterations, x 0=3 ). Note: Make certain that you develop a solution that converges on
the root.
(c) Newton-Raphson method (three iterations, x 0=3 ).
(e) Modified secant method (three iterations, x 0=3 , δ=0.01). Compute the approximate percent relative errors for your
solutions.
Solution Using Matlab:
3 2
f (x)=2 x −11.7 x +17.7 x−2
3 2
f ( x)=2 x −11.7 x +17.7 x−2
Secant method (three iterations, x−1=3 , x 0=4).