Characteristic polynomial

Polynomial det(tI - A) attached to a square matrix or linear operator.
Characteristic polynomial

A characteristic polynomial of a T:VVT:V\to V on an nn-dimensional is the polynomial

pT(t)=det(tIA)F[t], p_T(t)=\det(tI-A)\in\mathbb{F}[t],

where AA is the matrix of TT in any basis and II is the n×nn\times n identity matrix. This definition is independent of the chosen basis.

The of TT are exactly the roots of pT(t)p_T(t) (in any field extension where the polynomial splits). The polynomial is central to statements like the .

Examples:

  • If A=diag(d1,,dn)A=\operatorname{diag}(d_1,\dots,d_n), then pA(t)=i=1n(tdi)p_A(t)=\prod_{i=1}^n (t-d_i).
  • For A=(abcd)A=\begin{pmatrix}a&b\\ c&d\end{pmatrix}, one has pA(t)=t2(a+d)t+(adbc)p_A(t)=t^2-(a+d)t+(ad-bc), involving the and of AA.