Welcome to mapoid.com on July 11 2009.
This is an internet experiment running to monitor browsing habbits of individuals through wikipedia contents.

Laplacian matrix

From Wikipedia, the free encyclopedia

  (Redirected from Kirchhoff matrix)
Jump to: navigation, search

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 other 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 L:=(\ell_{i,j})_{n \times n} is defined as[1]

\ell_{i,j}:=
\begin{cases}
\deg(v_i) & \mbox{if}\ i = j \\
-1 & \mbox{if}\ i \neq j\ \mbox{and}\ v_i \text{ is adjacent to } v_j \\
0 & \text{otherwise}.
\end{cases}

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.

The normalized laplacian matrix is defined as[1]

\ell_{i,j}:=
\begin{cases}
1 & \mbox{if}\ i = j\ \mbox{and}\ \deg(v_i) \neq 0\\
-\frac{1}{\sqrt{\deg(v_i)\deg(v_j)}} & \mbox{if}\ i \neq j\ \mbox{and}\ v_i \text{ is adjacent to } v_j \\
0 & \text{otherwise}.
\end{cases}

[edit] Example

Here is a simple example of a labeled graph and its Laplacian matrix.

Labeled graph Laplacian matrix
\left(\begin{array}{rrrrrr}
 2 & -1 &  0 &  0 & -1 &  0\\
-1 &  3 & -1 &  0 & -1 &  0\\
 0 & -1 &  2 & -1 &  0 &  0\\
 0 &  0 & -1 &  3 & -1 & -1\\
-1 & -1 &  0 & -1 &  3 &  0\\
 0 &  0 &  0 & -1 &  0 &  1\\
\end{array}\right)

[edit] Properties

For a graph G and its Laplacian matrix L with eigenvalues \lambda_0 \le \lambda_1 \le \cdots \le \lambda_{n-1}:

[edit] Deformed Laplacian

The deformed Laplacian is commonly defined as

Δ(s) = IsA + s2(DI)

where I is the unit matrix, A is the adjacency matrix, and D is the degree matrix, and s is a (complex-valued) number. Note that normal Laplacian is just Δ(1).

[edit] As an operator

The Laplacian matrix can be generalized to the case of graphs with an infinite number of vertices and edges; this generalization is known as the discrete Laplace operator.

[edit] See also

[edit] References

  1. ^ a b Weisstein, Eric W. "Laplacian Matrix." From MathWorld—A Wolfram Web Resource.
Personal tools
Languages

Visit joltnews for the latest headlines
Visit bloit.com for company information
Geed Media does computer consulting on long island.
This page viewed times. See Logs