1. Use Newton-Raphson method to locate one real root of the following equation. Use an initial guess of xo = 5 and itera
Posted: Sat Nov 27, 2021 2:27 pm
1. Use Newton-Raphson method to locate one real root of the following equation. Use an initial guess of xo = 5 and iterate until &a <0.1%. f(x) = x3 – 5x2 – 5. = [50]