Eigenvalues & Eigenvectors: Repeated vs Distinct

  • Context: Undergrad 
  • Thread starter Thread starter LikeMath
  • Start date Start date
  • Tags Tags
    Eigenvalues
Click For Summary
SUMMARY

The discussion focuses on the relationship between eigenvalues and eigenvectors, particularly in the context of repeated eigenvalues. It is established that when a square matrix has n distinct eigenvalues, it will also have n distinct eigenvectors. However, for matrices with repeated eigenvalues, the eigenvectors may not be distinct. The example matrices provided, [a, 0; 0, a] and [a, 1; 0, a], illustrate this concept, demonstrating that the first matrix yields two independent eigenvectors, while the second results in only one independent eigenvector due to the constraints imposed by the equations derived from the eigenvalue problem.

PREREQUISITES
  • Understanding of linear algebra concepts, specifically eigenvalues and eigenvectors.
  • Familiarity with square matrices and their properties.
  • Knowledge of solving linear equations in vector spaces.
  • Basic proficiency in matrix operations and notation.
NEXT STEPS
  • Study the characteristic polynomial of matrices to determine eigenvalues.
  • Learn about the geometric multiplicity of eigenvalues and its implications for eigenvectors.
  • Explore the concept of Jordan forms for matrices with repeated eigenvalues.
  • Practice solving eigenvalue problems using software tools like MATLAB or Python's NumPy library.
USEFUL FOR

Students and professionals in mathematics, engineering, and computer science who are studying linear algebra, particularly those interested in the properties of eigenvalues and eigenvectors in various applications.

LikeMath
Messages
62
Reaction score
0
Hi there!

Let A be a square matrix of order n.
It is well known that if we have n distinct eigenvalues then we surely have n distinct eigenvectors. But if there are repeated eigenvalues then the tow possibilities may happen.
My question is: How can I know that do the eigenvectors are distinct or not?

Thank you very much.
 
Physics news on Phys.org
The only way to be certain is by trying to find the eigenvectors!

For example both
\begin{bmatrix}a & 0 \\ 0 & a\end{bmatrix}
and
\begin{bmatrix} a & 1 \\ 0 & a\end{bmatrix}
have a as a double eigenvalue.
To find the eigenvectors, we need to solve
\begin{bmatrix}a & 0 \\ 0 & a\end{bmatrix}\begin{bmatrix}x \\ y\end{bmatrix}= \begin{bmatrix}ax \\ ay\end{bmatrix}
and
\begin{bmatrix}a & 1 \\ 0 & a\end{bmatrix}\begin{bmatrix}x \\ y\end{bmatrix}= \begin{bmatrix}ax \\ ay\end{bmatrix}

The first gives the two equations ax= ax and ay= ay. Clearly, those are true for all x and y- any vector in R2 and, in particular <1, 0> and <0 1>, which are independent, are eigenvectors.

The second gives the two equations ax+ y= ax and ay= ay. The second equation is true for any y but the first equation reduces to y= 0. Given that a can be anything but we have that all eigenvectors are of the form <a, 0>, a one dimensional space so we have only one "independent" eigenvector.
 

Similar threads

  • · Replies 33 ·
2
Replies
33
Views
3K
  • · Replies 2 ·
Replies
2
Views
9K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 16 ·
Replies
16
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 7 ·
Replies
7
Views
10K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K