Characteristic polynomial, trace, and determinant.
Let V be a finite dimensional vector space over F and T be a linear operator on V. If β an ordered basis of V, then we want to establish the following in this post:
Let f be the characteristic polynomial of T, then
f(t)=tn−(tr(T))tn−1+⋯+(−1)ndet(T)
Let's recall the definition of the characteristic polynomial of T,
f(t)=det(T−tI)
where I is the appropriate identity transformation. If F is itself not algebraically closed, we consider ¯F, the algebraic closure of F, then f(t) splits with the form,
f(t)=∏ni=1(t−λi)
Since we are working on ¯F, we could find the Jordan Canonical form of T, hence in a matrix language [T]β=QAQ−1 where A is a upper-triangular matrix with diagonal being eigenvalues.
Then det(T)=det(QAQ−1)=det(A) which is the product of the eigenvalues. (up to a sign) Similiarly, we have that tr(T)=tr(A)=∑λi, hence coincide with the coefficient of tn−1 form the characteristic polynomial.
Comments
Post a Comment