Questions: Graph Laplacian and Laplacian Spectrum

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A researcher computes the Laplacian matrix of an undirected graph and finds that three of its eigenvalues are exactly 0. What does this tell you about the graph's structure?

AThe graph has three vertices with degree 0 (isolated vertices)
BThe graph has three connected components
CThe graph has three edges that form a cycle
DThe algebraic connectivity is 3, indicating a highly robust graph
Question 2 Multiple Choice

Two graphs, A and B, are analyzed for network robustness. Graph A has algebraic connectivity λ₂ = 0.03; Graph B has λ₂ = 2.4. Which graph is more vulnerable to disconnection if edges are removed, and why?

AGraph A is more robust — a smaller second eigenvalue means vertices are more tightly clustered
BGraph B is more vulnerable — larger λ₂ creates unstable spectral properties
CGraph A is more vulnerable — its small λ₂ indicates a bottleneck structure where two large clusters are connected by few edges
DBoth are equally vulnerable — algebraic connectivity measures diameter, not edge-cut robustness
Question 3 True / False

The smallest eigenvalue of the Laplacian matrix is always 0, corresponding to a constant eigenvector across all vertices.

TTrue
FFalse
Question 4 True / False

A large algebraic connectivity (λ₂) indicates that a graph has a bottleneck — a sparse cut that makes it easy to disconnect the graph into two large parts.

TTrue
FFalse
Question 5 Short Answer

Why does every row of the Laplacian matrix L = D − A sum to zero, and what does this algebraic property reflect about the graph?

Think about your answer, then reveal below.