In linear algebra, eigenvalues are special numbers associated with a square matrix. They reveal important characteristics like stability, direction, and scaling of vector transformations. Widely used in mathematics, physics, and data science, eigenvalues simplify complex matrix operations. Understanding eigen values is key for solving systems of equations, quantum mechanics, and even in machine learning techniques like PCA (Principal Component Analysis).
An eigenvalue of a square matrix A is a scalar λ such that:
Here, A is an n × n matrix, x is a non-zero vector (called the eigenvector), and λ is the eigenvalue. This equation means that multiplying a matrix A by a vector x results in a scaled version of x, not a rotated or otherwise transformed one.
To find the eigenvalues of a matrix, use the characteristic equation:
Where:
This results in a polynomial equation in λ. The roots of this polynomial are the eigenvalues of the matrix.
For a 2×2 matrix:
The characteristic equation becomes:
The roots of this quadratic equation give the eigenvalues of the 2×2 matrix.
Here are some key properties of eigen values for square matrices:
Example 1: Let
Solution:
Step 1: Set up the characteristic equation:
Step 2: Solve the quadratic equation:
Hence, the eigenvalues are 5 and 2.
Example 2: Let Find the eigenvalues of matrix A.
Solution:
This is a symmetric tridiagonal matrix. Use the characteristic equation:
Let’s evaluate the determinant using cofactor expansion:
Let
Use shortcut tridiagonal determinant formula or compute directly:
Factor out :
Let
So,
Eigenvalues:
Example 3: Find the eigenvalues of
Solution:
For a diagonal matrix, the eigenvalues are the diagonal elements.
So, the eigenvalues are:
7, −3, 5
Example 4: Let Find the eigenvalues of A.
Solution:
Eigenvalues: i, -i (Complex)
Example 5: Let Show that the eigenvalues of A are a + b and a - b.
Solution:
Eigenvalues:
Example 6: Let Find the eigenvalues and verify:
Solution:
Characteristic equation:
Verification:
Verified
(Session 2025 - 26)