Eigenvalues & Eigenvectors: Repeated vs Distinct

  • Thread starter LikeMath
  • Start date
  • Tags
    Eigenvalues
In summary, the speaker is asking how to determine if eigenvectors are distinct when there are repeated eigenvalues in a square matrix. The only way to be certain is by solving the equations for the eigenvectors, and the number of distinct eigenvectors will depend on the number of linearly independent solutions.
  • #1
LikeMath
62
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
  • #2
The only way to be certain is by trying to find the eigenvectors!

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

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.
 

Related to Eigenvalues & Eigenvectors: Repeated vs Distinct

1. What are eigenvalues and eigenvectors?

Eigenvalues and eigenvectors are mathematical concepts used in linear algebra to describe the properties of a linear transformation. Eigenvalues represent the scaling factor of the transformation, while eigenvectors represent the direction in which the transformation occurs.

2. What is the difference between repeated and distinct eigenvalues?

Repeated eigenvalues are those that have the same value in a matrix, while distinct eigenvalues are those that have different values. In other words, repeated eigenvalues have a multiplicity greater than 1, while distinct eigenvalues have a multiplicity of 1.

3. How do you find the eigenvalues and eigenvectors of a matrix?

To find the eigenvalues and eigenvectors of a matrix, you must first solve the characteristic equation det(A - λI) = 0, where A is the matrix and λ is the eigenvalue. Once you have the eigenvalues, you can plug them back into the equation (A - λI)x = 0 to find the corresponding eigenvectors.

4. What is the importance of repeated and distinct eigenvalues?

Repeated and distinct eigenvalues have different properties and implications in linear algebra. Repeated eigenvalues can indicate the presence of a linearly dependent set of eigenvectors, while distinct eigenvalues can indicate the presence of a linearly independent set of eigenvectors. Distinct eigenvalues also allow for a diagonalization of a matrix, which simplifies calculations involving the matrix.

5. Can a matrix have both repeated and distinct eigenvalues?

Yes, a matrix can have both repeated and distinct eigenvalues. For example, a 3x3 identity matrix has three distinct eigenvalues of 1, while a matrix with a repeated row or column would have a repeated eigenvalue. However, a matrix cannot have more distinct eigenvalues than its size, as each eigenvalue must have a corresponding eigenvector.

Similar threads

Replies
3
Views
2K
  • Linear and Abstract Algebra
Replies
2
Views
2K
  • Calculus and Beyond Homework Help
Replies
5
Views
599
  • Linear and Abstract Algebra
Replies
2
Views
7K
  • Linear and Abstract Algebra
Replies
16
Views
2K
  • Linear and Abstract Algebra
Replies
1
Views
1K
  • Linear and Abstract Algebra
Replies
7
Views
8K
  • Advanced Physics Homework Help
Replies
13
Views
1K
  • Linear and Abstract Algebra
Replies
3
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
18
Views
2K
Back
Top