I am trying to directly calculate the adjugate of the Laplacian of the complete graph from which I know is given by $\tau(G) = n^{n-2}$ where $\tau(G)$ is the number of spanning trees of $K_n$.
I calculated it indirectly but my textbook (Norman Biggs, Algebraic Graph Theory chapter 6) says that it is a simple determinant manipulation on $nI-J$ where $J$ is the matrix of ones, but I cannot see this manipulation. The Laplacian is $$ \begin{bmatrix} n-1 & -1 & \cdots & -1 \\ -1 & n-1 & \cdots & -1 \\ \vdots & \vdots & \ddots & \vdots \\ -1 & -1 & \cdots & n-1 \end{bmatrix}. $$ The adjugate of the diagonal entry is the determinant of the Laplacian with the 1st row and column removed (w.o.l.o.g.).
The way I did it was by considering the eigenvalues of the $K_n$ with $0$ once and $n$, $n-1$ times and then used the formula which we derived in class from the Matrix Tree theorem giving $\tau(G) = \frac{1}{n}\prod$ non zero eigenvalues of Laplacian of $G$.