Laplacian matrix

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

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 Laplacian matrix of G is a n×n matrix defined in the following equivalent ways:

  1. It is the matrix difference DA where D is the degree matrix of G and A is the adjacency matrix of G, both for the same vertex mapping v.
  2. It is the product MTM where M is an oriented incidence matrix of G (where the vertices are ordered by the function v) and MT is the matrix transpose of M.

Properties

The Laplacian matrix is a diagonally dominant matrix.