- #1
dietcookie
- 15
- 0
Homework Statement
Find the Eigenvector of the matrix.
Homework Equations
Ax=λx
A=
[2 0 1]
[0 3 4]
[0 0 1]
The Attempt at a Solution
Ok I'm just having a major brain fart here, been doing this all day. For λ=2, I solved for x and get this solution,
[0 1 0][x1] [0]
[0 0 1][x2]=[0]
[0 0 0][x3] [0]
The associated eigenvector from the book for λ=2 is (1,0,0) which I know is correct but did I forget how to read a matrix but the augmented matrix I RREFed is as follows,
[0 1 0 0]
[0 0 1 0]
[0 0 0 0]
So x1 and x2 is zero, how is x1=1?
Last edited: