Newton's Method

#Math
Used to find roots of a function

$\displaystyle x_{n+1}=x_{n}-\frac{f(x_{n})}{f'(x_{n})}$