Eigenvalues and Eigenvectors
Say that we have a matrix and a vector .
When we perform , think of it as transformation of into a new
coordinate system whose basis vector are defined by matrix .
After the transformation most of the vectors changes there orientation, but
there are some vectors that do not change there direction(length might has been changed)
there vectors are called eigenvectors and the factor by which there length has been
changed(say ) is called eigenvalue.
So we can say that after applying transformation eigenvectors don't changes there direction.
Example
Let's say is a projection matrix.
What are the eigenvalues and eigenvectors of ?
Let's say and the matrix space
of is dimensional hyperplane.
Then when we perform it project onto the matrix space
of (here it is obvious that isn't an eigenvector).
project all vector onto the matrix space of but vectors
which are already in the matrix space of are unaffected.
So vectors which are already in the matrix space of are eigenvector.
And they are unaffected by so eigenvalue is .
There is one more eigenvector, vector that is perpendicular to the matrix space of is also an eigenvector.
And projection of that vecor is so it's eigenvalue is .
Facts
- A matrix will have eigenvalues
Say we have a matrix .
Then,
- Sum of eigenvalues Sum of diagonal elements of matrix
- Product of eigenvalues is the determinant of
Solving
We want to find the eigenvalues and eigenvectors of a matrix .
eigenvectors does not change it's direction after applying the transformation .
So we have to find such that there is some in
the Null Space of .
So we want some free variables in (or say we want )
This mean we want to be a singular matrix.
This mean determinant of
This will gives us so we now get our matrix
Now we have to find it's Null space we discussed it HERE.
Example
We want to find the eigenvalues and eigenvectors of a matrix .
We know that .
So eigenvalues are .
For
For
eigenvectors of are and
What if we add a constant to and .
We know that .
So,
If a matrix has eigenvalue .
Then has eigenvalue .
Example( Rotation)
We want to find the eigenvalues and eigenvectors of a matrix .
We know that .
So eigenvalues are .
eigenvalues not necessarily need to be real numbers, here eigenvalues are complex numbers.