Transition matrix¶
For an undirected graph, let the degree of node be
The transition matrix for a simple random walk is
or, in matrix form,
where .
Random-walk dynamics¶
If is the probability distribution over nodes at time , then the walk evolves as
Stationary distribution¶
A stationary distribution satisfies
So is both a probability distribution and a left eigenvector of with eigenvalue 1:
For a connected undirected graph,
Random walks are a simple but powerful way to model how load, information, exposure, or influence propagates through a network over time.