Laplacian matrix

From Graph
Revision as of 21:16, 25 May 2014 by Vipul (talk | contribs)

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:

  1. It is the matrix difference where is the degree matrix of and is the adjacency matrix of , both for the same vertex mapping .
  2. It is the product where is an oriented 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.