Laplacian matrix: Difference between revisions

From Graph
No edit summary
Line 11: Line 11:
==Properties==
==Properties==


* The Laplacian matrix of a graph is always a [[linear:symmetric positive-definite matrix|symmetric positive-definite matrix]] (this can easily be seen from version (2) of the definition. It is also a [[linea
* The Laplacian matrix of a graph is always a [[linear:symmetric positive-semidefinite matrix|symmetric positive-definite matrix]] (this can easily be seen from version (2) of the definition.
* The Laplacian matrix is a [[linear:diagonally dominant matrix|diagonally dominant matrix]]: the magnitude of the diagonal entry is greater than or equal to the sum of the magnitudes of the off-diagonal entries in its row. In this case, in fact, exact equality holds for every row.
* The Laplacian matrix is a [[linear:diagonally dominant matrix|diagonally dominant matrix]]: the magnitude of the diagonal entry is greater than or equal to the sum of the magnitudes of the off-diagonal entries in its row. In this case, in fact, exact equality holds for every row.

Revision as of 21:39, 25 May 2014

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 square 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 .
  3. It is a matrix defined as follows:
  • For , the entry equals the degree of vertex .
  • For with , the entry is -1 if and are adjacent, and 0 otherwise.

Properties

  • The Laplacian matrix of a graph is always a symmetric positive-definite matrix (this can easily be seen from version (2) of the definition.
  • The Laplacian matrix is a diagonally dominant matrix: the magnitude of the diagonal entry is greater than or equal to the sum of the magnitudes of the off-diagonal entries in its row. In this case, in fact, exact equality holds for every row.