0

I'm stuck with how to show that the trace of a matrix $A$ is the coefficient of $x^{n-1}$ in the characteristic polynomial of $A$.

user26857
  • 52,094

1 Answers1

4

Hint:

Consider $\;\chi_A(x)=\det(xI-A)$. The $x$s appear only on the diagonal. Now the determinant is a signed sum of products of coefficients, each one in a different column and a different row, in all possible ways. As there are $n$ rows and columns, to get $x^{n-1}$ in such a product, we have to take $n-1$ coefficients on the diagonal, hence take the $n$ coefficients $x-a_{ii}$ and expand: $$(x-a_{11})\dotsm(x-a_{nn}).$$ Now this comes down to one of Vieta's relations between roots and coefficients of a polynomial.

Bernard
  • 175,478