Recently, for one of my projects I have been using the Laplacian matrix to study the spectra of graphs. For this post, I’ll review a tiny bit of background material on matrix theory for spectral graph theory. The majority of the material in this post can be found in the survey by Chung (1997).
What is the significance of eigenvalues and the Laplacian in understanding the properties and structure of graphs? Below, we highlight examples that show a connection between graph eigenvalues and the geometric aspects of graphs.
The Laplacian
Let be a graph with vertex degree denoted by
for vertex
. Consider the following matrix
:

The Laplacian matrix is then defined by
, where
is the diagonal matrix with
-th entry having value
. (This definition of the Laplacian is for graphs without loops and multiple edges.)
Examples

Examples of special graphs and the eigenvalues of their Laplacians:
- The star graph
on
vertices has eigenvalues 0, 1 (with multiplicity
), and 2.
- For the complete graph
on
vertices, the eigenvalues are
and
with multiplicity
.
- For the path
on
vertices, the eigenvalues are
for
.
Basic fact about the spectrum of a graph
Lemma (e.g., see Lemma 1.7 in [1]):
For a graph on
vertices, we have:
with equality holding if and only if
has no isolated vertices.
- If
is connected, then
. If
and
, then
has exactly
connected components.
- The spectrum of a graph is the union of the spectra of its connected components.
Exercise for the reader: Can you rewrite the lemma in terms of the Laplacian?
[1] F.R.K. Chung. Spectral Graph Theory. Conference Board of Mathematical Sciences. American Mathematical Society, 1997.