Question: Quickly extract eigenvectors

What's the best way to get the eigenvector associated with a certain eigenvalue?

Specifically, given the nature of my matrix A, I know that there ALWAYS exists an eigenvector with eigenvalue 1.  Is there a quick way to extract this without looping through the output of Eigenvectors() and checking each one?

Please Wait...