Definition

The Laplacian matrix is a matrix representation of a Graph. where is the Degree Matrix, and is the Adjacency Matrix of the graph.

Random Walk Normalized Laplacian Matrix

Symmetrically Normalized Laplacian Matrix

Examples

Laplacian Matrix for Simple Graph

Adjacency Matrix and Degree Matrix

Laplacian matrix

Laplacian Matrix for Graph with Weighted Edges

Adjacency Matrix and Degree Matrix

Laplacian matrix

Facts

The number of zero-eigenvalues of the Laplacian matrix equals the number of connected clusters in the graph.

Analogousness to the Laplace-Beltrami Operator

The Laplacian matrix on a graph, can be ragarded as a discrete approximation to the Laplace-Beltrami Operator on a manifold.

The quadratic form of the Laplacian Matrix can be seen as a discretization of squared gradient on manifold.

where is a distance between two points and defined by the Adjacency Matrix.