The Newton Raphson method is used to solve the equation f(x)=x3-5x2+6x-8=0. Taking the initial guess as x=5. The solution obtained at the end of the 1stiteration( up to two decimal ) is
Answers
Answered by
2
Answer:
The Newton-Raphson method (also known as Newton's method) is a way to quickly find a good approximation for the root of a real-valued function f ( x ) = 0 f(x) = 0 f(x)=0. It uses the idea that a continuous and differentiable function can be approximated by a straight line tangent to it.
Similar questions