Laplacian matrix
Definition
Suppose is a finite undirected graph. Let be the size of the vertex set . Fix a bijective correspondence . The Laplacian matrix of is a matrix defined in the following equivalent ways:
- It is the matrix difference where is the degree matrix of and is the adjacency matrix of , both for the same vertex mapping .
- It is the product where is the incidence matrix of (where the vertices are ordered by the function ) and is the matrix transpose of .
Properties
The Laplacian matrix is a diagonally dominant matrix.