1

Let the characteristic polynomial for $A$ be $t^n+c_1 t^{n-1}+c_2t^{n-2}+\cdots+c_{n-1}t+c_n$. From it, is it possible to find the trace of adj$(A)$ ?

KON3
  • 4,111

1 Answers1

3

If $A$ is diagonalizable with eigenvalues $\lambda_1,\lambda_2,\ldots,\lambda_n$,

$$ {\sf trace}(adj(A))={\sf trace}(\det(A)A^{-1})= \lambda_1\lambda_2\ldots \lambda_n (\frac{1}{\lambda_1}+\ldots+\frac{1}{\lambda_n})= (-1)^{n-1}c_{n-1} $$

This stays true for nondiagonalizable $A$’s because the diagonalizable matrices form a dense subset of $M_n({\mathbb R})$.

Ewan Delanoy
  • 61,600