Questions: Adjacency Matrix and Spectral Basics

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

What does the (i, j) entry of the matrix A³ represent for an undirected graph with adjacency matrix A?

A1 if vertices i and j are connected by a path of length exactly 3, 0 otherwise
BThe number of walks of length 3 from vertex i to vertex j
CThe number of edges on the shortest path between vertices i and j
DThe degree of vertex i if i = j, and 0 otherwise
Question 2 Multiple Choice

A connected graph has a large spectral gap — the difference between its largest and second-largest eigenvalue of the adjacency matrix is close to the maximum degree. What does this imply?

AThe graph has very few edges relative to its vertex count
BRandom walks on the graph mix rapidly and no small cut separates the graph into large pieces
CThe graph is bipartite
DThe graph has a unique Hamiltonian cycle
Question 3 True / False

The adjacency matrix of an undirected graph can have complex (non-real) eigenvalues.

TTrue
FFalse
Question 4 True / False

The number of triangles in a graph can be determined from the trace of A³, where A is the adjacency matrix.

TTrue
FFalse
Question 5 Short Answer

Why is the spectrum of the adjacency matrix considered a 'structural fingerprint' of a graph rather than simply a convenient way to store edge information?

Think about your answer, then reveal below.