Displaying 1 result from an estimated 1 matches for "eigenvetor".
Did you mean:
  eigenvector
  
2007 Jun 29
4
Dominant eigenvector displayed as third (Marco Visser)
Dear R users & Experts,
This is just a curiousity, I was wondering why the dominant eigenvetor and eigenvalue 
of the following matrix is given as the third. I guess this could complicate automatic selection 
procedures. 
0    0    0    0    0    5
1    0    0    0    0    0
0    1    0    0    0    0
0    0    1    0    0    0
0    0    0    1    0    0
0    0    0    0    1    0
Please c...