Questions: Graph Laplacian and Spectral Properties

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A graph has 3 connected components. How many zero eigenvalues does its Laplacian matrix have?

A1 — the all-ones vector is always in the null space, giving exactly one zero eigenvalue
B0 — a graph with multiple components is not well-defined for Laplacian analysis
C3 — the number of zero eigenvalues equals the number of connected components
DIt depends on the number of edges, not the number of components
Question 2 Multiple Choice

Graph A has a Fiedler value (λ₂) near zero; Graph B has a large Fiedler value. Both have the same number of vertices and edges. Which claim is best supported?

AGraph A is better connected than B, since a small eigenvalue means more stable dynamics
BGraph A has a near-bottleneck — a small cut set of edges whose removal would nearly disconnect it; Graph B is well-connected with many independent paths
CGraph B has more spanning trees than A, since larger eigenvalues indicate more edges
DBoth graphs must be identical in connectivity since they have the same number of edges
Question 3 True / False

Since L·1 = 0 (the most-ones vector is in the Laplacian's null space), nearly every graph — connected or not — has exactly one zero eigenvalue.

TTrue
FFalse
Question 4 True / False

The eigenvector corresponding to the Fiedler value (second-smallest eigenvalue of the Laplacian) can be used to partition a graph into two groups with few inter-group edges — the basis of spectral clustering.

TTrue
FFalse
Question 5 Short Answer

Why does the graph Laplacian L = D − A always have 0 as an eigenvalue, and what property of the graph does the number of zero eigenvalues reveal?

Think about your answer, then reveal below.