Find the root of the following equation using the Newton-Raphson method. Choose the
initial guess as 𝑥
(0) = 10. Choose the error tolerance as tol=1e-6. In other words, the
iterations should be stopped when the error.
|x^(i) - x^(i-1)|<= tol.
x^2.5 - 23x^1.5 - 50x +1150 = 0
i. Please report the value of x after 2 iterations
ii. Please report the converged solution, where error is less than 1e-6.
iii. Please report the number of iterations required to reach this converged solution.
Comments
Leave a comment