Consider the following matrix A:
A=(−1111−1111−1)
I have to find the characteristic polynomial PA(λ) using the following approach:
PA(λ)=det(A−λI)
I worked out the first part:
|−1−λ111−1−λ111−1−λ|
But then I get stuck calculating the determinant with all those λ floating around.
Help? :( The answer is supposed to be PA(λ)=−(λ−1)(λ+2)2
Answer
You could use properties of determinants to avoid having to factor a cubic afterwards; for example:
- subtract the last column from the first two;
- add the first two rows to the third:
|−1−λ111−1−λ111−1−λ|=|−2−λ010−2−λ12+λ2+λ−1−λ|=|−2−λ010−2−λ1001−λ|
This is the determinant of a diagonal matrix, so it is the product of the diagonal elements:
(−2−λ)2(1−λ)=0⟺λ=−2∨λ=1
No comments:
Post a Comment