Laplacian matrix: Difference between revisions

From Graph
(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...")
(No difference)

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