This is a free preview. For full access
Applications of Differentiation
Newton’s Method for Finding Roots
Description
Newton’s Method is an iterative way to find the roots of real-valued, differentiable functions. A root is the value of x that makes a function equal to zero. This method is useful when an exact algebraic answer is hard to find.
The process starts with an initial guess. Newton’s Method then uses t...
Show More
Transcript
El método de Newton es una técnica iterativa para encontrar raíces aproximadas de funciones diferenciables y de valor real.
Ayuda a resolver ecuaciones no lineales que son demasiado complejas para los métodos algebraicos estándar.
Por ejemplo, el método de Newton puede estimar el tipo de interés a partir de una ecuación no lineal que...
Show More