Hello,
I have some hard times finding the eigenvectors of a specific matrix and I would be very happy if someone could help me with my question.
The matrix is:
I have found the three eigenvalues:
λ1 = 1, λ2 = 1+i, λ3 = 1-i
And for the eigenvectors I am able to find:
for λ1 (0,0,0)T , for λ2(0,i,1)T and for λ3(0,-i,1)T
As I said, I would be very happy if someone can tell me if I am making a mistake somewhere or explain me the way to find the eigenvectors.
Thanks in advance!
I have some hard times finding the eigenvectors of a specific matrix and I would be very happy if someone could help me with my question.
The matrix is:
1 | 0 | 0 |
0 | 1 | -1 |
0 | 1 | 1 |
I have found the three eigenvalues:
λ1 = 1, λ2 = 1+i, λ3 = 1-i
And for the eigenvectors I am able to find:
for λ1 (0,0,0)T , for λ2(0,i,1)T and for λ3(0,-i,1)T
As I said, I would be very happy if someone can tell me if I am making a mistake somewhere or explain me the way to find the eigenvectors.
Thanks in advance!