Properties of Eigenvalue

Consider a square matrix A with eigenvalues λ1, λ2 … λn

  • The determination of A is a product of all its eigenvalue. [det(A) = λ1 × λ2….λn]
  • Matrix A is invertible if and only if every eigenvalue is non-zero.
  • Eigenvalue of real symmetric and Hermitian matrices are equal.
  • Eigenvalue of real skew-symmetric and skew Hermitian matrices are either pure or zero.
  • Eigenvalue of unitary and orthogonal matrices are of unit modulus |λ| = 1.
  • Eigen value of A-1= 1/λ1,1/λ2,… 1/λn.
  • Eigen value of Ak = λk1, λk2, …. λkn
  • If A and B are two matrices of the same order then the eigenvalue of AB = Eigenvalue of BA.
  • If a square matrix A is a lower/upper triangular matrix, then its eigenvalue will be the diagonal elements of the matrix.

How to determine Eigenvalues of a Matrix?

Similar Reads

Answer: To determine the Eigenvalues of a Matrix, follow the below written steps:

Explanation:...

Properties of Eigenvalue

Consider a square matrix A with eigenvalues λ1, λ2 … λn...

Steps to find the value of a matrix

Below are the steps that are to be followed to find the value of a matrix,...

Sample Problems – How to determine the Eigenvalues of a Matrix?

Question 1: Find the eigen value of matrix [Tex]A= \begin{bmatrix}   1 & 4 \\ 3 & 2  \\ \end{bmatrix}[/Tex]....

Contact Us