Difference between revisions of "Graph Laplacian"

(Graph Laplacian Page Added)
(Tag: 2017 source edit)
(No difference)

Revision as of 05:50, 20 August 2020

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


Keywords

Laplacian Matrix, GNN, Laplace Matrix, Degree Matrix