I'm attempting to diagonalize my 3x3 matrix, but with only 2 eigenvectors I am having trouble organizing my A=PDP^-1.
Original matrix [0 0 1] . Calculated eigenvalues: (2,-2) . Calculated eigenvectors: [1/2] [0] [-1/2]
[0 2 0] [0] [1] . [0]
[4 0 0] [1] [0] [1]
If I only have 2 eigenvalues, what do i put for my 3x3 D matrix?
What order should I place my Eigenvectors in for my 3x3 P matrix?
Get Answers For Free
Most questions answered within 1 hours.