Difference between revisions of "Graph Laplacian"

m (Diagonalization added)
m (Lamda 1 note added)
Line 40: Line 40:
 
|}
 
|}
  
== Diagonalization of Laplacian ==
+
==Diagonalization of Laplacian==
  
* The Laplacian of an undirected graph is symmetric as well as '''[[Matrix Properties|unitary]].'''
+
*The Laplacian of an undirected graph is symmetric as well as '''[[Matrix Properties|unitary]].'''
* Using [[Eigenvalues and Eigenvectors|diagonalization]]: <math>L = U \Lambda U^{-1}</math> (where <math>U</math> is a set of eigenvectors and <math>\Lambda</math> is a diagonal matrix containing eigenvalues)
+
*Using [[Eigenvalues and Eigenvectors|diagonalization]]: <math>L = U \Lambda U^{-1}</math> (where <math>U</math> is a set of eigenvectors and <math>\Lambda</math> is a diagonal matrix containing eigenvalues)
* Then <math>U^T = U^{-1}</math> OR <math>UU^T = I</math>
+
*Then <math>U^T = U^{-1}</math> OR <math>UU^T = I</math>
  
 
==Normalized Laplacian==
 
==Normalized Laplacian==
Line 54: Line 54:
 
==Keywords==
 
==Keywords==
 
Laplacian Matrix, GNN, Laplace Matrix, Degree Matrix
 
Laplacian Matrix, GNN, Laplace Matrix, Degree Matrix
 +
 +
{{Box Note|boxtype=warning|Note text=For dynamical systems we consider <math> \lambda_1 </math> largest, but for Laplacian Matrix <math> \lambda_1 </math> is the smallest.}}

Revision as of 15:47, 27 March 2021

Graph Laplacian, (aka Laplace Matrix, Admittance Matrix, Kirchhoff Matrix, Discrete Laplacian, Laplace-Beltrami operator), is simply a matrix representation of a graph.

Laplacian Matrix can be computed as:

Where is Laplacian Matrix, is Degree Matrix and is Adjacency matrix.

Labelled graph Degree matrix Adjacency matrix Laplacian matrix
graph_example_small.PNG

Diagonalization of Laplacian

  • The Laplacian of an undirected graph is symmetric as well as unitary.
  • Using diagonalization: (where is a set of eigenvectors and is a diagonal matrix containing eigenvalues)
  • Then OR

Normalized Laplacian

Random-walk Laplacian

Keywords

Laplacian Matrix, GNN, Laplace Matrix, Degree Matrix

Warning: For dynamical systems we consider largest, but for Laplacian Matrix is the smallest.