Laplacian matrix
From Wikipedia, the free encyclopedia
This article or section needs copy editing for grammar, style, cohesion, tone or spelling. You can assist by editing it now. A how-to guide is available. (February 2008) |
In the mathematical field of graph theory the Laplacian matrix, sometimes called admittance matrix or Kirchhoff matrix, is a matrix representation of a graph. Together with Kirchhoff's theorem it can be used to calculate the number of spanning trees for a given graph. The Laplacian matrix can be used to find many others properties of the graph, see spectral graph theory.
Contents |
[edit] Definition
Given a graph G with n vertices (without loops or multiple edges), its Laplacian matrix is defined as[1]
That is, it is the difference of the degree matrix and the adjacency matrix of the graph. In the case of directed graphs, either the indegree or the outdegree might be used, depending on the application.
[edit] Example
Here is a simple example of a labeled graph and its Laplacian matrix.
Labeled graph | Laplacian matrix |
---|---|
[edit] Properties
For a graph G and its admittance matrix L with eigenvalues :
- L is always positive-semidefinite ().
- The number of times 0 appears as an eigenvalue in the Laplacian is the number of connected components in the graph.
- λ0 is always 0.
- λ1 is called the algebraic connectivity.
- The smallest non-trivial eigenvalue of L is called the spectral gap.
[edit] References
- ^ Weisstein, Eric W. "Laplacian Matrix." From MathWorld—A Wolfram Web Resource.
[edit] See also
[edit] External links
- Spectral gap of a graph, definition and a computer program to compute spectral gap by Yann Ollivier.