Characteristic Polynomial

The determinant polynomial det(tI - T) attached to a finite-dimensional linear operator
Characteristic Polynomial

Let TT be a on a finite-dimensional vector space VV over a field FF, and let n=dim(V)n=\dim(V). The characteristic polynomial of TT is

χT(t)=det(tIT)F[t], \chi_T(t)=\det(tI-T)\in F[t],

where det\det is the and F[t]F[t] is the in one indeterminate tt over FF. The polynomial χT(t)\chi_T(t) is monic of degree nn.

Over a field in which χT\chi_T splits, the roots of χT\chi_T are precisely the (with multiplicities). The says that TT satisfies its own characteristic polynomial.

Examples:

  • For A=(abcd)A=\begin{pmatrix}a&b\\ c&d\end{pmatrix}, χA(t)=t2(a+d)t+(adbc)\chi_A(t)=t^2-(a+d)t+(ad-bc).
  • If AA is diagonal with diagonal entries λ1,,λn\lambda_1,\dots,\lambda_n, then χA(t)=i=1n(tλi)\chi_A(t)=\prod_{i=1}^n (t-\lambda_i).
  • For the nilpotent Jordan block J=(010000100001000)J=\begin{pmatrix}0&1&0&\cdots&0\\ 0&0&1&\cdots&0\\ \vdots& &\ddots&\ddots&\vdots\\ 0&\cdots&0&0&1\\ 0&\cdots&\cdots&0&0\end{pmatrix}, one has χJ(t)=tn\chi_J(t)=t^n.