How Does Permuting Eigenvectors Affect Matrix Representations?

  • Context: Graduate 
  • Thread starter Thread starter Cylab
  • Start date Start date
  • Tags Tags
    Decomposition Matrix
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 3K views
Cylab
Messages
54
Reaction score
0
A = PD[P][/-1];
A: square matrix;
D: is a matrix of Jordan canonical form
P:is EigenVectors..(p1,p2,p3,p4...pr)

Is it possible to permute the sequence p1,p2,p3,p4...pr into other form?
I know it should be possible to permute...
How should permute it and what significance it has?
Why is it essential to permute vectors/matrix?
Thanks in advance for your attention.
 
Physics news on Phys.org
If an n by n matrix is "diagonalizable", that means it has n independent eigenvectors and so if you use those eigenvectors as basis vectors will give a diagonal matrix representing the same linear transformation as the original matrix- the two matrices are "similar". Changing the order in which you use the eigenvectors will give a diagonal matrix with the number on the diagonal in different places, but they will still be similar to the original matrix and so to each other.

If a matrix is not diagonalizable, it does not have a "complete set" of eigenvectors- you can not have a basis for the vector space consisting entirely of eigenvetors. But you can, by using "generalized eigenvectors" (v is a "generalized eigenvector" corresponding to eigenvalue [itex]\lambda[/itex] if it is NOT true that [itex]Av= \lambda v[/itex] but it is true that Av is an eigenvalue or another generalized eigenvector.) The eigenvector and generalized eigenvectors corresponding to a given eigenvalue give the "Jordan" blocks in the Jordan Normal form. Changing the order of those will give a matrix with the rows and columns rearranged and so not in "Jordan Normal Form", but still "similar" to such a matrix.