Questions: Adjacency Matrix and Spectral Graph Theory

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

What does the (i, j) entry of A³ — the cube of an adjacency matrix — represent?

A1 if there is a path of length at most 3 from vertex i to vertex j, and 0 otherwise
BThe number of walks of length 3 from vertex i to vertex j
CThe number of triangles in the graph that contain both vertex i and vertex j
DThe third power of the edge weight between vertices i and j
Question 2 Multiple Choice

A network designer measures the spectral gap (λ₁ − λ₂) of two proposed topologies: topology A has spectral gap 0.05 while topology B has spectral gap 2.3. Which is preferable for rapid information broadcast, and why?

ATopology A, because a small spectral gap means the network has more uniform edge distribution
BTopology A, because small λ₂ indicates the network has fewer bottlenecks for routing
CTopology B, because a large spectral gap characterizes good expanders where random walks mix quickly
DTopology B, because a large spectral gap means the network is nearly complete (fully connected)
Question 3 True / False

For a d-regular graph (every vertex has exactly d neighbors), the largest eigenvalue of the adjacency matrix equals d.

TTrue
FFalse
Question 4 True / False

The eigenvalues of the adjacency matrix can primarily tell us how many edges a graph has — they cannot reveal global connectivity or structural properties.

TTrue
FFalse
Question 5 Short Answer

Why does the spectral gap — the difference between the two largest eigenvalues — determine how quickly a random walk on a graph converges to its stationary distribution?

Think about your answer, then reveal below.