moco89
- 3
- 0
Homework Statement
Given the matrix
1 1 1
-1 3 1
-1 1 3
x=3 is an eigenvalue and (1,1,1) is a corresponding eigenvector
x=2 is an eigenvalue of A of multiplicity 2
Find the eigenvector(s) corresponding to x=2
The Attempt at a Solution
(A-AI)=
-1 1 1
-1 1 1
-1 1 1
which row reduces to
-1 1 1
0 0 0
0 0 0
and the formula for the eigenvector is therefore x1=x2+x3
so I get (2,1,1) for the eigenvector but when I solve for the second eigenvector I basically get no solution
-1 1 1 | 2
-1 1 1 | 1
-1 1 1 | 1
R1-R2=>R1
====>
0 0 0 |1
-1 1 1 | 1
-1 1 1 | 1
R2-R3=>R3
====>
0 0 0 | 1
-1 1 1 | 1
0 0 0 | 0
What am I doing wrong? Help please...I have a final tomorrow! Thanks