Generally, Pre-Multiplying any \(N \times N\) Square Matrix with an \(N \times 1\) Vector (Column Matrix) can Scale the Vector, Change the Direction/Orientation of the Vector or Both.
The Eigen-Vectors of any \(N \times N\) Square Matrix are List of All \(N\times 1\) Non-NULL Vectors which when Pre-Multiplied with the Matrix
only Scales the Vectors without changing the Line Direction/Orientation of the Vectors. The Value/Factor by which any Eigen-Vector gets Scaled is the corresponding Eigen-Value for the Eigen-Vector of the Matrix.
The following explains the Steps for Finding Eigen-Values and Eigen-Vectors of any Square Matrix
Let \(A\) be a \(N\times N\) Square Matrix and \(X\) be one of \(N \times 1\) Eigen-Vectors of the Matrix \(A\) given as follows
Let \(\lambda\) be the Factor/Value by which the Matrix \(A\) Scales the Vector \(X\). Therefore , as per definition of Eigen-Vectors and Eigen-Values we have
\(AX=\lambda X\) ...(1)
The above equation can also be written as
\(AX=\lambda IX\) ...(where \(I\) is the \(N \times N \) Identity Matrix)
where \(T_1, T_2, T_3, ..., T_{N-1}\) are the Traces of Kth Principal Minors of Matrix \(A\) and \(D\) is the Determinant Value of Matrix \(A\).
The Roots of the Polynomial Equation as given by equation (5) give the values of \(\lambda\) and hence the Eigen Values of the Matrix \(A\).
Putting each of these Eigen Values of the Matrix \(A\) in equation (3) and solving for the Non-Trivial Solutions give us the different Eigen-Vectors of Matrix \(A\).
Following are some of the Properties of Eigen-Values of a Matrix
A \(N \times N\) Matrix has \(N\) Eigen-Values.
Any \(N \times N\) Matrix and it's Transpose have Same Eigen-Values.
The Product of all Eigen-Values of a Matrix is Same as its Determinant Value.
For any Non-Singular Matrix \(A\) having Eigen-Values \(\lambda_1, \lambda_2, ... , \lambda_n\), the Eigen-Values of \(A^{-1}\) are \(\frac{1}{\lambda_1}, \frac{1}{\lambda_2}, ... ,\frac{1}{\lambda_n}\).
For any Matrix \(A\) having Eigen-Values \(\lambda_1, \lambda_2, ... , \lambda_n\), the Eigen-Values of \(cA\) are \(c\lambda_1, c\lambda_2, ... , c\lambda_n\), where \(c\) is any Non-Zero Numerical Constant.
For any Matrix \(A\) having Eigen-Values \(\lambda_1, \lambda_2, ... , \lambda_n\), the Eigen-Values of \(A^k\) are \({\lambda_1}^k, {\lambda_2}^k, ... , {\lambda_n}^k\), where \(k\) is any Non-Zero Integer.
The Eigen-Values of all Orthogonal / Unitary Matrices are either Real Values \(\pm\hspace{1mm}1\) or Complex Numbers having Absolute Value \(1\).
The Number of times any Eigen-Value gets repeated for a Matrix is called the Algebraic Multiplicity of the Eigen-Value. The Number of Linearly Independent Eigen-Vectors corresponding to any Eigen-Value of a Matrix is called the Geometric Multiplicity of the Eigen-Value.
Algebraic Multiplicity of any Eigen-Value is Always Lesser Than or Equal To its Geometric Multiplicity.
Following are some of the Properties of Eigen-Vectors of a Matrix
For any Non-Singular Matrix \(A\), the Eigen-Vectors of \(A^{-1}\) are Same as Eigen-Vectors of \(A\).
Eigen-Vectors corresponding to Different Eigen-Values are Linearly Independent. Eigen-Vectors corresponding to Same Eigen-Value May or May not be Linearly Independent.
If \(X\) is an Eigen-Vector of Matrix \(A\), then so are \(cX\), where \(c\) is any Non-Zero Numerical Constant.
Eigen-Vectors of any Orthogonal/Unitary Matrix , are Orthogonal/Unitary.