An Introduction to Newtons Method
What is Newtons Method? Let’s say you had some function f(x), and you wanted to find where that function is equal to zero. If that function is a polynomial like the following we can plug it into the quadratic equation and find that the roots are -2 and -1. What about if the function is…