Can a matrix A be decomposed if it doesn't have n distinct eigenvalues?

Click For Summary
SUMMARY

A square matrix A can be decomposed into eigenvalue decomposition A = PDP-1 if it has n distinct eigenvalues, which guarantees n linearly independent eigenvectors. If A lacks n distinct eigenvalues, it may not be diagonalizable, and thus P-1 may not exist. In such cases, alternatives like Jordan form or singular value decomposition (SVD) can be employed to analyze the matrix. The discussion emphasizes the importance of eigenvalues and eigenvectors in matrix decomposition.

PREREQUISITES
  • Understanding of eigenvalue decomposition and its mathematical formulation
  • Familiarity with linear independence and its role in matrix invertibility
  • Knowledge of Jordan form and its application in matrix analysis
  • Basic concepts of singular value decomposition (SVD) and its utility
NEXT STEPS
  • Research the properties and applications of Jordan form in linear algebra
  • Learn about singular value decomposition (SVD) and its advantages over eigenvalue decomposition
  • Study the conditions under which a matrix is diagonalizable
  • Explore the implications of Hermitian matrices in eigenvalue problems
USEFUL FOR

Mathematicians, data scientists, and engineers involved in linear algebra, matrix analysis, and applications requiring matrix decomposition techniques.

JanClaesen
Messages
56
Reaction score
0
If a n x n matrix A has an eigenvalue decomposition, so if it has n different eigenvalues, by the way, is it correct that a n x n matrix that doesn't have n different eigenvalues can't be decomposed? Are the more situations in which it can't be decomposed? Why can't I just put the same eigenvalue more than once in the diagonal matrix D, perhaps P is not anymore invertible?

A=PDP^-1

Ax = PDP^-1 * x
The vector x holds the weights for combining the vectors in the column space of P^-1,
so P^-1 * x are the coordinates of the vector x if unit vectors are used as base and x itself are the coordinates of the vector x if the column space of P^-1 is used as base.
D scales every component of this transformed vector, and finally the coordinates of this deformed vector are expressed again in terms of P^-1.
If a matrix A doesn't have an eigenvalue decomposition, does this imply that the vector x isn't just scaled, but is scaled/rotated/translated?
 
Physics news on Phys.org
Since no-one has replied in over a week I'll take a swing at your questions.

First, your post has so many questions that I will not attempt to answer them all.

By "eigenvalue decomposition" I'm assuming you mean that the nxn matrix is similar to a diagonal matrix, so that A = P D P^{-1}, where D is diagonal. In order to do this, you form P out of the eigenvectors of A. Hence, you need n linearly independent eigenvectors in order for P^{-1} to exist. If A has n distinct eigenvalues, then you are guaranteed to have n linearly independent eigenvectors, so this case is easy. Another easy case is when A is Hermitian (equal to its conjugate transpose), in which case you are also guaranteed to be able to diagonalize, and furthermore P is unitary (I am assuming you are in a complex vector space, so eigenvalues are allowed to be complex, etc.). Otherwise, in general you cannot expect a matrix to be diagonalizable.

If it isn't, then you have a couple of options. First, you can find a P that makes A as diagonal as possible - this is called the Jordan form, and can be useful at times. Another option is to abandon similarity transformations altogether, and use the singular value decomposition which is another matrix decomposition that can be useful in practice.

I hope this helps.

jason
 
Last edited:

Similar threads

  • · Replies 33 ·
2
Replies
33
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K