I've been studying the graph Laplacian and random walks on graphs. The Wikipedia article on the Graph Laplacian defines the random walk normalized Laplacian in detail. But, unfortunately, it does not motivate this definition.
My question is simply: what is the significance of this random walk normalized Laplacian?
Thanks in advance, Joshua
If $A$ is the adjacency matrix of a graph, and $D$ is the diagonal matrix of vertex degrees, then $P = D^{-1}A$ is the transition matrix for the random walk on the graph. If row vector $x(t)$ is the probability distribution of the random walk at time $t$, then $x(t+1) = x(t) P$. This means that if you're thinking about the random walk on your graph, you should already be looking at $P$ rather than $A$.
The random walk normalized Laplacian is $L = I - P$. As a result: