In linear algebra, an eigenvector is a special part of vectors containing a system of linear equations. Eigenvalues and eigenvectors feature prominently in the analysis of linear transformations, such as in the field of stability analysis, atomic orbitals, matrix diagonalisation, vibration analysis and many more. In this section, we will study the eigenvectors definition, vectors, normalization and decomposition of eigenvectors.
Formal Definition of Eigenvector
A nonzero vector is mapped by a given linear transformation of a vector space onto a vector that is the product of a scalar multiplied by the original vector. The eigenvector of a square matrix is defined as a non-vector by which a given matrix is multiplied and is equal to a scalar multiple of that vector.
Explanation
Suppose that A is an n x n square matrix and if v is a non-zero vector, then the product of matrix A and vector v is defined as produced of a scalar quantity λ, and the given vector, such that,
Av = λv
Where v is the eigenvector, and λ is the scalar quantity termed as the eigenvalue associated with the given matrix A.
Normalized Eigenvector
In problems related to finding eigenvectors, we often come across computation of normalized eigenvectors. A normalized eigenvector is an eigenvector having a unit length.
It can be found by simply dividing each component of the vector by the length of the vector, the vector is converted into the vector of length one.
The formula for finding the length of the vector:
For example, the given eigenvector is
Here,Â
L = 3√3
Its normalized form is represented by:
Eigenvector Decomposition
The decomposition of a square matrix A into eigenvalues and eigenvectors is known as eigendecomposition. The decomposition of any square matrix into eigenvalues and eigenvectors is always possible as long as the matrix consisting of the eigenvectors of the given matrix is a square matrix, also explained in the eigendecomposition theorem.
As we are aware of the fact that a matrix represents a system of linear equations, the matrix can be worked out in order to determine its eigenvalues as well as eigenvectors. The determination of eigenvectors can be done only after the computation of eigenvalues. The whole process of determining eigenvectors is known as eigenvalue decomposition. It is also termed as eigendecomposition.
Solved Examples on Eigenvector Decomposition
Example 1: Show the process of eigenvector decomposition of matrixÂ
Solution:
The 2 × 2 real matrixÂ
Then
Multiplying both sides of the equation on the left by B, we getÂ
The above equation can be decomposed into two simultaneous equations.
Factoring out the eigenvalues x and y:Â
Letting:Â
And can be represented by a single vector equation involving two solutions as eigenvalues:Â
Where, λ represents the two eigenvalues x and y, and u represents the vectors a and b.
Shifting λu to the left-hand side and factoring u out,
Since B is non-singular, it is essential that u is non-zero. Therefore,Â
Thus,
Putting the solutions back into the above simultaneous equations,
Solving the equations, we get
Thus, the matrix B required for the eigendecomposition of A is
That is,
Related Links:
Eigenvalues and Eigenvectors Problems
Frequently Asked Questions
What do you mean by eigenvector decomposition?
Eigenvector decomposition is the method of decomposition of a square matrix A into eigenvalues and eigenvectors.
Give two applications of eigenvectors.
Eigenvectors are used in quantum mechanics. Eigenvector decomposition is used to solve linear equations of first order.
What is the eigenvalue of a singular matrix?
A singular matrix has a 0 eigenvalue.
Comments