I have to determine the characteristic polynomial of the matrix
A=(00⋯0−a010⋯0−a101⋯0−a2⋮⋮⋱⋮⋮00⋯1−an−1).
I tried to achieve a triangular matrix A∗ before applying |λI−A)| because then the determinant is very easy to calculate; this yielded the characteristic polynomial (λ−1)n−1∗(λ+an−2). However I learnt afterwards that this approach is erroneous and the characteristic polynomial of A∗ would not reflect that of the original matrix A. What is the right approach?
Answer
Hint:
For n=1, det. For n=2, \det(A-tI)=t^2+a_1t+a_0. For n=3, \det(A-tI)=-t^3-a_2t^2-a_1t-a_0. So one may claim that in general case,
\det(A-tI)=(-1)^n\left(t^n+\displaystyle\sum_{i=0}^{n-1}a_it^i\right),
by using the induction on n.
No comments:
Post a Comment