Questions: Matrix Tree Theorem

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A connected graph on 4 vertices has Laplacian eigenvalues 0, 1, 3, and 4. How many spanning trees does it have?

A8 — multiply all nonzero eigenvalues
B3 — apply (1/n) × product of nonzero eigenvalues
C12 — the product of nonzero eigenvalues
D1 — only trees have eigenvalue products equal to n
Question 2 Multiple Choice

You want to count the spanning trees of a graph using the Matrix Tree Theorem. To compute a cofactor of L, you delete one row and one column. Which row-column pair must you choose?

ARow 1 and column 1 — the theorem only works for the top-left cofactor
BThe row and column corresponding to the highest-degree vertex
CAny row i and column i with the same index — all such cofactors are equal
DAny row i and any column j — even i ≠ j gives the spanning tree count
Question 3 True / False

For a connected graph, the Matrix Tree Theorem implies that all nonzero eigenvalues of its Laplacian are strictly positive.

TTrue
FFalse
Question 4 True / False

For any graph, different choices of which row and column to delete from the Laplacian can yield different cofactor values, so the Matrix Tree Theorem primarily approximately counts spanning trees.

TTrue
FFalse
Question 5 Short Answer

Why is the Matrix Tree Theorem considered surprising, given that spanning trees are combinatorial objects and determinants are algebraic tools?

Think about your answer, then reveal below.