Given an square matrix
- an eigenvector is a non-zero vector whose direction doesn’t change when multiplied by , note that has an eigenvector then there are an infinite number of eigenvectors (vectors parallel to )
- an eigvenvalue is the scale factor associated with some eigenvector of has after the multiplication with
Assuming that has at least one eigenvector we can do standard matrix multiplications to find it, first let’s manipulate the right side of so that it also features a matrix multiplication
Where is the identity matrix, next we can rewrite the last equation as
Because matrix multiplication is distributive
The quantity must not be invertible, if it had an inverse we could premultiply both sides by which would yield
The vector fulfills however we’ll try to find a vector , if such a condition is added then the matrix must not have an inverse which also means that its determinant is 0
If is a matrix then
From we can find two values for which may be unique/imaginary, a similar manipulation for a matrix will yield an th degree polynomial, for we can compute the solutions by analytical methods, for only numeric methods are used
The associated eigenvector can be found by solving
Applications
List of applications
- if is a transformation matrix then is a vector that isn’t affected by the rotation part of , therefore is the rotation axis of