EigenVectors
If A is a nxn matrix, v a vector with at least one non-zero element and c a scalar (possibly zero), and the following holds for some c and some v:
Av = cv
Then we say that v is an EigenVector of the matrix A, and its associated EigenValue is c. Note that if v is an eigenvector, then any multiple of v is an eigenvector, too (except 0v).
Interesting properties of EigenVectors:
(there are more, cannot remember off the top of my head)