Finding Eigenvectors for a Matrix A

  • Thread starter Thread starter bluewhistled
  • Start date Start date
  • Tags Tags
    Eigenvectors
bluewhistled
Messages
31
Reaction score
0

Homework Statement


a matrix A:
[1 3 0
3 1 0
0 0 -2]

Find Q and D where

QTAQ=D

The Attempt at a Solution



I found the eigenvalues of -4,2,2

When I plug them back in and rref the matrix I only get the trivial solution meaning the matrices are linearly independent. How do I get the eigenvectors if that's the case?
 
Physics news on Phys.org


Check your eigenvalues.
 


[L-1 -3 0
-3 L-1 0
0 0 L+2]

(L+2)((L-1)^2 - 9)
(L+2)(L^2 -2L +1 -9)
(L+2)(L^2 -2L -8)
(L^3 -2L^2 -8L +2L^2 -4L -16)
L^3 -12L -16
...
meh, got it nevermind. Thanks for the suggestion.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top