Let, A=[4010111001100004]. Knowing that 4 is one of its eigenvalues, find the characteristic polynomial of A.
Well if 4 is an eigenvalues of A, one should have |A−4I4|=0 . And so,
|00101−31001−300000|=0
It's clear that the previous equation is true (the determinant of (A−4I4)=0). Now that the factor (λ−4) was pull out, one gets a new matrix by removing the null row and null column.
A′=[0011−3101−3]
The characteristic polynomial of A′ will be a 3th degree polynomial, which product with (λ−4) equals to a 4th degree polynomial.
Now, in order of finding the characteristic polynomial of A′ one must to solve the characteristic equation:
|−λ011−3−λ101−3−λ|=0
My doubt is on finding this determinant. I already tryed Laplace's transformations in order to make null row or a column, but I couldn't do it.
Can you give me a clue? Thanks.
Answer
...and how to find the charateristic polynomial of the original matrix, A det(A−λI)=0|(4−λ)0101(1−λ)1001(1−λ)0000(4−λ)|=0(4−λ)|(4−λ)011(1−λ)101(1−λ)|=0(4−λ)[(4−λ)[(1−λ)2−1]+1]=0(4−λ)[(4−λ)(λ2−2λ)+1]=0(4−λ)[(4λ2−8λ−λ3+2λ2)+1]=0(4−λ)(−λ3+6λ2−8λ+1)=0(λ−4)(λ3−6λ2+8λ−1)=0
No comments:
Post a Comment