- #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.
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.