For $2 \times 2$ matrix $A = \begin{bmatrix} a & b \\ c & d \end{bmatrix}$ characteristic equation is given by $\lambda^2-tr(A) + |A|=0$. Where $tr(A)$ and $|A|$ are trace and determinant of a matrix A respectively. I was wondering what it would be for $3 \times 3$ matrix $A = \begin{bmatrix} a & b & c\\ d & e & f\\g & h & i \end{bmatrix}$?
On solving it for its characteristic equation as $|A - \lambda I| = 0$
I got in the form \begin{equation} -\lambda^3+tr(A)\lambda^2-(ae + ai + ei - hf - bd - cg)\lambda + |A|=0. \end{equation} I was wondering what can we call that coefficient term of $\lambda$. Does it have any special name.
No, it doesn't have a name, but it is $\operatorname{tr}(\bigwedge^2 A)$, or equivalently the sum of principal $2\times 2$ minors, or, in terms of trace and powers of $A$, as $\frac12[\operatorname{tr}(A)^2-\operatorname{tr}(A^2)]$).