ArticleslgStudy

mathematics

Laplacian matrix

Laplacian matrix is a mathematics topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Laplacian matrix rather than just read about it. In short: In the mathematical field of graph theory, the Laplacian matrix, also called the graph Laplacian, admittance matrix, Kirchhoff matrix, or discrete Laplacian, is a matrix representation of a graph. Named after Pierre-Simon Laplace, the graph Laplacian matrix can be viewed as a matrix form of the negative discrete Laplace operator on a graph approximating the negative continuous Laplacian obtained by the finite differ…

Laplacian matrix — main illustration
Laplacian matrix — illustration

Key takeaways

  • Laplacian matrix belongs to mathematics; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Laplacian matrix to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Laplacian matrix from memory before moving on to harder problems.

Reference excerpt

In the mathematical field of graph theory, the Laplacian matrix, also called the graph Laplacian, admittance matrix, Kirchhoff matrix, or discrete Laplacian, is a matrix representation of a graph. Named after Pierre-Simon Laplace, the graph Laplacian matrix can be viewed as a matrix form of the negative discrete Laplace operator on a graph approximating the negative continuous Laplacian obtained by the finite difference method. The Laplacian matrix relates to many functional graph properties. Kirchhoff's theorem can be used to calculate the number of spanning trees for a given graph. The sparsest cut of a graph can be approximated through the Fiedler vector — the eigenvector corresponding to the second smallest eigenvalue of the graph Laplacian — as established by Cheeger's inequality. The spectral decomposition of the Laplacian matrix allows the construction of low-dimensional embeddings that appear in many machine learning applications and determines a spectral layout in graph drawing. Graph-based signal processing is based on the graph Fourier transform that extends the traditional discrete Fourier transform by substituting the standard basis of complex sinusoids for eigenvectors of the Laplacian matrix of a graph corresponding to the signal. The Laplacian matrix is the easiest to define for a simple graph but is more common in applications for an edge-weighted graph, i.e., with weights on its edges — the entries of the graph adjacency matrix. Spectral graph theory relates properties of a graph to a spectrum, i.e., eigenvalues and eigenvectors of matrices associated with the graph, such as its adjacency matrix or Laplacian matrix. Imbalanced weights may undesirably affect the matrix spectrum, leading to the need of normalization — a column/row scaling of the matrix entries — resulting in normalized adjacency and Laplacian matrices.

Definitions for simple graphs

Laplacian matrix Given a simple graph G {\displaystyle G} with n {\displaystyle n} vertices v 1 , … , v n {\displaystyle v_{1},\ldots ,v_{n}} , its Laplacian matrix L n × n {\textstyle L_{n\times n}} is defined element-wise as

L i , j := { deg ⁡ ( v i ) if i = j − 1 if i ≠ j and v i is adjacent to v j 0 otherwise , {\displaystyle L_{i,j}:={\begin{cases}\deg(v_{i})&{\mbox{if}}\ i=j\\-1&{\mbox{if}}\ i\neq j\ {\mbox{and}}\ v_{i}{\mbox{ is adjacent to }}v_{j}\\0&{\mbox{otherwise}},\end{cases}}}

or equivalently by the matrix

L = D − A , {\displaystyle L=D-A,}

where D is the degree matrix, and A is the graph's adjacency matrix. Since G {\textstyle G} is a simple graph, A {\textstyle A} only contains 1s or 0s and its diagonal elements are all 0s. Here is a simple example of a labelled, undirected graph and its Laplacian matrix.

We observe for the undirected graph that both the adjacency matrix and the Laplacian matrix are symmetric and that the row- and column-sums of the Laplacian matrix are all zeros (which directly implies that the Laplacian matrix is singular). For directed graphs, either the indegree or outdegree might be used, depending on the application, as in the following example:

In the directed graph, the adjacency matrix and Laplacian matrix are asymmetric. In its Laplacian matrix, column-sums or row-sums are zero, depending on whether the indegree or outdegree has been used.

Laplacian matrix for an undirected graph via the oriented incidence matrix The | v | × | e | {\textstyle |v|\times |e|} oriented incidence matrix B with element Bve for the vertex v and the edge e (connecting vertices v i {\textstyle v_{i}} and v j {\textstyle v_{j}} , with i ≠ j) is defined by

… excerpt ends here. Continue reading the full article.

Illustrations

Laplacian matrix illustration
Laplacian matrix illustration
Laplacian matrix: A 2-dimensional spring system.
A 2-dimensional spring system.

Worked examples

Example 1 — a first encounter with Laplacian matrix

Start with the simplest possible case. Write down what Laplacian matrix claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In mathematics, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Laplacian matrix before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Laplacian matrix ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Laplacian matrix

In research
Laplacian matrix appears in mathematics research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Laplacian matrix in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Laplacian matrix is common in secondary-school and first-year university syllabi. It links to neighbouring topics Algebraic graph theory, Matrices (mathematics), Numerical differential equations, so understanding it makes those chapters shorter.
In everyday life
Look for Laplacian matrix outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “Laplacian matrix” →

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Laplacian matrix in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Laplacian matrix means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Laplacian matrix out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Laplacian matrix in simple terms?

In the mathematical field of graph theory, the Laplacian matrix, also called the graph Laplacian, admittance matrix, Kirchhoff matrix, or discrete Laplacian, is a matrix representation of a graph. Named after Pierre-Simon Laplace, the graph Laplacian matrix can be viewed as a matrix form of the neg…

Why does Laplacian matrix matter?

Because it connects several mathematics ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Laplacian matrix?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Laplacian matrix.

Tags

  • Algebraic graph theory
  • Matrices (mathematics)
  • Numerical differential equations

Keep exploring