5 questions to test your understanding
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?
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?
The smallest eigenvalue of the Laplacian matrix is always 0, corresponding to a constant eigenvector across all vertices.
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.
Why does every row of the Laplacian matrix L = D − A sum to zero, and what does this algebraic property reflect about the graph?