Mathematics
The Power Method for Finding Dominant Eigenvalues
Quick fact
The power method is so simple it can be written in a few lines of code, yet it is the engine behind Google's original PageRank algorithm, which ranks web pages by repeatedly multiplying a vector by a huge matrix.
Why this is interesting
Ever wondered how Google ranks billions of web pages in milliseconds? The answer lies in a surprisingly simple mathematical trick called the power method.