Normalized Laplacian matrix

From Graph
Revision as of 21:30, 25 May 2014 by Vipul (talk | contribs) (Created page with "==Definition== Suppose <math>G</math> is a finite undirected graph. Let <math>n</math> be the size of the vertex set <math>V(G)</math>. Fix a bijective c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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).