Laplacian matrix

From Graph
Revision as of 19:31, 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 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 the 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.