detL
detL (read as determinant of the Laplacian) is the determinant of the Laplacian matrix L of a finite graph G. For an undirected graph with vertex set V of size n, L = D − A, where D is the diagonal matrix of degrees and A is the adjacency matrix.
One defining property is that L has at least one zero eigenvalue; the multiplicity of zero as
The determinant of L's cofactors relates to spanning trees via Kirchhoff's Matrix-Tree Theorem: for any i, det(L
Applications and notes: det L is generally not used to extract structural counts; cofactors are used instead.
See also: Laplacian matrix, Matrix-Tree Theorem, Kirchhoff's theorem, spanning trees.