A graph is one of the simplest objects in mathematics: some dots (vertices) joined by some lines (edges). Friends on a social network, cities on a road map, neurons in a brain — all graphs. But how do you measure the shape of one? Is it one tight blob or two loosely linked clusters? Where would it break in two?
Spectral graph theory answers these questions with a surprising move: it turns the graph into a matrix and looks at that matrix's eigenvalues — its "spectrum." The standard choice is the Laplacian matrix L = D − A, where counts each vertex's connections and records who is linked to whom.
From this pile of numbers fall out facts that look nothing like algebra: how many separate pieces the graph has, how fast a rumor (or a random walk) spreads through it, and — most beautifully — a recipe for cutting it into two natural communities. The geometry of a network becomes arithmetic.
Comments
Loading comments...