Let $A$ be an $n \times n$ matrix with characteristic polynomial: $$\phi_A(t)=(-1)^n t^n + a_{n-1} t^{n-1} + \cdot \cdot \cdot +a_1 t + a_0$$
Show that $Tr(A)=(-1)^n a_{n-1}$
I think I have seen similar problems like this one solved here but they are not focused on the trace of $A$ but on other properties of the characteristic polynomial of $A$
My attempt:
By the Cayley-Hamilton Theorem we have: $\phi_A(A)=0$, so:
$$(-1)^n A^n + a_{n-1} A^{n-1} + \cdot \cdot \cdot +a_1 A + a_0 I = 0$$
If we get the trace of both sides of the last expression and use the linearity of the trace then:
$$(-1)^n Tr(A^n) + a_{n-1} Tr(A^{n-1}) + \cdot \cdot \cdot +a_1 Tr(A) + n a_0 = 0$$
I'm not sure how to proceed next. Could someone give me a hint?
Triangularize your matrix in a field extension $\mathbb{L}$, you will easily find that $\text{tr} = (-1)^n a_{n-1}$ since neither of the characteristic polynomial and the trace depend on the field extension.