For a given square matrix \(A\), the vector \(x\) is an eigenvector of \(A\) with corresponding eigenvalue \(\lambda \in \mathbb{R}\) if
\(A x = \lambda x\).
Geometrically, this means that the linear transformation \(A\) applied to \(x\) doesn’t change the direction of \(x\) i.e. \(A\) either stretches, compresses or reflects \(x\) in the opposite direction.
Properties:
The implication is that a change of variables from \(y\) to \(M y\) doesn’t affect the eigenvalues of \(A\) but changes the eigenvectors from \(y\) to \(My\) (so long as M is invertible).
and we also have
\[v^T A \overline{v} = v^T A^T \overline{v} = \lambda v^T \overline{v}\]Consequently, \(\lambda = \overline{\lambda}\) and thus \(\lambda\) must be real.