Ok. I have used matlab to help with finding the eignvectors for a given matrix. I have got the eigenvalues already.
the problem Im having is I have got this matrix as the result of doing row operations
ans =
1 0 -1
0 1 1
0 0 0
Now, can I jut read off the diagoinal for the eigenvectors or do I have to solve the equations below
X + 0y –z = 0
0 +y +z = 0
0 + 0 +0 = 0
Thanks


LinkBack URL
About LinkBacks



