|
|
|
|
|
John Gabriel's Nth Root AlgorithmIn numerical analysis, an Nth root algorithm is an algorithm for determining n-th roots, that is, solving the equation. Originally, this algorithm for the square root was developed by the Greek mathematian Heron of Alexandria. It has nothing to do with John Gabriel, and is certainly not named after him. See also N-th root algorithm - n√a = x
Let . The iterative method is defined by -
converges against n√a. This method is a special case of Newton's method for the positive solution of . Performance: This algorithm uses 'averaging' and works much faster than the shifting nth-root algorithm.
|
 |
|
| Copyright 2005-2009 OnPedia.com. All Rights Reserved |
|
|