Eigen vector of a matrix A is a vector represented by a matrix X such that when X is multiplied with matrix A, then the direction of the resultant matrix remains same as vector X.
Mathematically, above statement can be represented as:
AX = λX
where A is any arbitrary matrix, λ are eigen values and X is an eigen vector corresponding to each eigen value.
Here, we can see that AX is parallel to X. So, X is an eigen vector.
AX = λX
=> AX – λX = 0
=> (A – λI) X = 0 …..(1)
Above condition will be true only if (A – λI) is singular. That means,
|A – λI| = 0 …..(2)
(2) is known as characteristic equation of the matrix.
The roots of the characteristic equation are the eigen values of the matrix A.
Now, to find the eigen vectors, we simply put each eigen value into (1) and solve it by Gaussian elimination, that is, convert the augmented matrix (A – λI) = 0 to row echelon form and solve the linear system of equations thus obtained.
Example: Solve for λ:
65 videos|120 docs|94 tests
|
1. What are eigenvalues and eigenvectors? |
2. How do eigenvalues and eigenvectors relate to computer science engineering? |
3. What are some important properties of eigenvalues and eigenvectors? |
4. How can eigenvalues and eigenvectors be computed? |
5. Can eigenvalues and eigenvectors be used to diagonalize a matrix? |
|
Explore Courses for Civil Engineering (CE) exam
|