The Diagonal Matrix Representation Theorem states:
Suppose A=PDP−1, where D is a diagonal nxn matrix. If B is the basis for Rn formed from the columns of P, then D is the B-matrix for the transformation x→Ax.
I am given matrix A=[−4−161] and b1=[−12], b2=b1=[−11]
In an example from class the B-matrix is found like this:
Ab1=[2−4]
Solving for the B-coordinate vector gives [T(b1)]B=[−20]
Ab2=[3−5] Solving for the B-coordinate vector gives [T(b2)]B=[−2−1]
Combining these two vectors give the B-matrix [−2−20−1]
According to the Diagonal Matrix Representation Theorem, I should be able to get the same matrix if I diagonalize matrix A. A has two eigenvalues λ=−2,−1. I have found the basis for each eigenspace.
For λ=−2, the basis is [−12]
For λ=−1, the basis is [−13]
So P=[−1−123] and D=[−200−1]
The theorem states that D is the B-matrix of the transformation but these two matrices are not the same. When I diagonlized A, I found the basis for each eigenspace and formed matrix P with the vectors in the basis, and the corresponding eigenvalue of each vector forms matrix D. The only difference between the two matrices is the −2 in the top right corner. When diagonalizing a matrix shouldn't D only have nonzero entries on it's main diagonal by definition? How would I get a −2 in the top right corner of D. Am I misinterpreting the theorem?
Answer
You are using two different bases. Try using b2=[−13].
No comments:
Post a Comment