Wednesday, 15 January 2014

linear algebra - Calculation of characteristic polynomial



I have to determine the characteristic polynomial of the matrix
A=(000a0100a1010a2001an1).



I tried to achieve a triangular matrix A before applying |λIA)| because then the determinant is very easy to calculate; this yielded the characteristic polynomial (λ1)n1(λ+an2). 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

real analysis - How to find lim_{hrightarrow 0}frac{sin(ha)}{h}

How to find \lim_{h\rightarrow 0}\frac{\sin(ha)}{h} without lhopital rule? I know when I use lhopital I easy get $$ \lim_{h\rightarrow 0}...