I am trying to solve the following exercise.
Prove that if the matrix $A$ is positive semidefinite, then its adjugate matrix $A^{*}$ is also positive semidefinite.
The proof comes to that, if $A$ is not full rank (the full rank case is trivial), then rank of $A^{*}$ is less or equal to 1, and then the characteristic polynomial is
$$ | \lambda I - A^{*} | = \lambda^{n} - (A_{11} + A_{22} + \cdots + A_{nn}) \lambda^{n-1} $$
and the eigenvalue would be zero or positive, and thus finish the proof. I wonder why this is true? How can I get the formula for the characteristic polynomial of the adjugate matrix?