Find a nonsingular matrix C such that C−1AC is a diagonal matrix.
A=(1013)
I have found the eigenvalues to be 1 and 3. I also tried solving it by taking C=(abcd)
and I got nowhere. What is the correct method for finding such C in general?
Thank you in advance
Answer
To diagonalize a matrix, we find a matrix consisting of the eigenvectors of the matrix we wish to diagonalize.
To find the eigenvectors, we must find vectors in the kernel of A−λI where λ is an eigenvalue.
In this case it means we need vectors in the kernels of
[0012] and [−2010].
For instance, we may take the vectors ⟨2,−1⟩ and ⟨0,1⟩ which we see to be in each kernel. We then put the eigenvectors into a matrix (20−11), which, along with its inverse will serve to diagonalize the matrix.
(1/201/21)(1013)(20−11)=(1003)
This all works because we are simply putting our original matrix into the basis consisting of its eigenvectors and we know exactly how the matrix behaves with respect to this basis.
No comments:
Post a Comment