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 Computing Eigenvalues and Eigenvectors

Quick fact

The power method can compute the dominant eigenvalue of a matrix with just a few lines of code, yet it's the engine behind Google's original PageRank algorithm, which ranks web pages by iteratively multiplying a vector by a link matrix.

Why this is interesting

Ever wondered how Google ranks billions of web pages in an instant? Or how engineers predict whether a bridge will collapse? Both rely on a surprisingly simple trick: repeatedly multiplying a vector by a matrix until it settles into a pattern.