Newton's method
From Wikipedia, the free encyclopedia
| This article is orphaned. Few or no other articles link to it. (May 2009) |
In maths, Newton's method (also known as the Newton–Raphson method, named after Sir Isaac Newton and Joseph Raphson) is a method for finding the zeroes (or roots) of a function whose values are all real. Newton's method often converges very quickly, especially if the "guess value" begins sufficiently near the desired root. Just how close "sufficiently near" needs to be, and just how fast "very quickly" can be, depends on the problem. When the first "guess value" is bad, Newton's method can be bad.