Laplacian matrix: Difference between revisions
(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 edit summary |
||
Line 4: | Line 4: | ||
# It is the matrix difference <math>D - A</math> where <math>D</math> is the [[defining ingredient::degree matrix]] of <math>G</math> and <math>A</math> is the [[defining ingredient::adjacency matrix]] of <math>G</math>, both for the same vertex mapping <math>v</math>. | # It is the matrix difference <math>D - A</math> where <math>D</math> is the [[defining ingredient::degree matrix]] of <math>G</math> and <math>A</math> is the [[defining ingredient::adjacency matrix]] of <math>G</math>, both for the same vertex mapping <math>v</math>. | ||
# It is the product <math>M^TM</math> where <math>M</math> is | # It is the product <math>M^TM</math> where <math>M</math> is an ''oriented'' [[incidence matrix]] of <math>G</math> (where the vertices are ordered by the function <math>v</math>) and <math>M^T</math> is the [[linear:matrix transpose|matrix transpose]] of <math>M</math>. | ||
==Properties== | ==Properties== | ||
The Laplacian matrix is a [[linear:diagonally dominant matrix|diagonally dominant matrix]]. | The Laplacian matrix is a [[linear:diagonally dominant matrix|diagonally dominant matrix]]. |
Revision as of 21:16, 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:
- It is the matrix difference where is the degree matrix of and is the adjacency matrix of , both for the same vertex mapping .
- 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.