Follow your curiosity

What discovery has been shared with you?

FACTREE gives you something interesting to discover every day — and something worth talking about together.

Start with one fact. Explore it, go deeper, then follow whichever branch catches your imagination.

Choose subjects for a surprise

Exploring any topic

Begin your discovery

Your next discovery is one click away.

Choose one or more subjects above, or leave Any Topic selected and let curiosity decide.

Mathematics

The Power Method for Approximating Dominant Eigenvalues

Quick fact

The power method can compute the dominant eigenvalue of a matrix with millions of entries (like the web graph in Google's PageRank) using only repeated matrix-vector multiplications, which can be done efficiently even on huge sparse matrices.

Why this is interesting

Imagine you have a huge matrix that describes connections between web pages, and you need to know which page is most important. How can you find the dominant eigenvalue without performing expensive calculations?