[Math] Application of Newton-Raphson method

numerical methods

Is Newton-Raphson method applicable to solve rational equations? or any equation except polynomial equations.

Best Answer

Newton's Method is applicable for real-valued functions. However, it does not work all the time. There are many possible reasons for Newton's Method to fail such as if the derivative doesn't exist at the root.