How Does Permuting Eigenvectors Affect Matrix Representations?

In summary, A is a square matrix of Jordan canonical form, with EigenVectors P. It is possible to permute the sequence of P into other forms, but the significance of this permutation is essential to understand. If a matrix is diagonalizable, it has n independent eigenvectors and can be represented by a diagonal matrix. However, if it is not diagonalizable, it can still be represented using generalized eigenvectors. Changing the order of these eigenvectors will rearrange the matrix, but it will still be similar to the original matrix.
  • #1
Cylab
54
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
  • #2
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.
 

Related to How Does Permuting Eigenvectors Affect Matrix Representations?

1. What is a Jordan matrix?

A Jordan matrix is a special type of square matrix that is composed of blocks of diagonal and upper triangular matrices. It is named after the mathematician Camille Jordan and is commonly used in linear algebra and matrix decomposition methods.

2. What is the Jordan matrix decomposition?

The Jordan matrix decomposition is a method of breaking down a matrix into its Jordan form, which is a matrix composed of diagonal blocks and upper triangular blocks. It is used to simplify complex matrices and make it easier to perform calculations and analyze the properties of the matrix.

3. How is the Jordan matrix decomposition performed?

The Jordan matrix decomposition involves finding the eigenvalues and eigenvectors of the original matrix. These are used to construct the diagonal and upper triangular blocks of the Jordan matrix. The process also involves finding generalized eigenvectors to fill in any missing blocks. The resulting Jordan matrix is then used to perform further calculations or analysis.

4. What are the applications of Jordan matrix decomposition?

The Jordan matrix decomposition is commonly used in applications involving systems of linear equations, such as solving differential equations, analyzing stability of systems, and performing matrix operations. It is also used in fields such as physics, engineering, and economics to model and analyze real-world systems.

5. Are there any limitations or drawbacks to using Jordan matrix decomposition?

One limitation of Jordan matrix decomposition is that it can only be performed on square matrices. Additionally, the process can be computationally intensive and may not be feasible for large matrices. Another potential drawback is that the resulting Jordan matrix may not be unique, meaning there may be multiple ways to decompose a matrix into its Jordan form.

Similar threads

  • Engineering and Comp Sci Homework Help
Replies
18
Views
2K
Replies
1
Views
2K
  • High Energy, Nuclear, Particle Physics
Replies
1
Views
2K
Replies
5
Views
1K
  • STEM Academic Advising
Replies
13
Views
2K
  • Poll
  • Science and Math Textbooks
Replies
4
Views
4K
  • Special and General Relativity
Replies
1
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
2K
Replies
16
Views
2K
  • STEM Academic Advising
Replies
10
Views
4K
Back
Top