Normalized Laplacian matrix

From Graph

Definition

Suppose G is a finite undirected graph. Let n be the size of the vertex set V(G). Fix a bijective correspondence v:{1,2,,n}V(G). The normalized Laplacian matrix, also called the symmetric normalized Laplacian matrix, of G, corresponding to this choice of bijection v, is a n×n square matrix denoted L and can be defined in the following equivalent ways:

  • It is the matrix L=D1/2LD1/2 where D is the degree matrix and L is the Laplacian matrix of G (both matrices are written using the vertex ordering given by v).
  • It is the matrix L=ID1/2AD1/2 where I is the n×n identity matrix, D is the degree matrix, and A is the adjacency matrix of G (both matrices are written using the vertex ordering given by v).