quasi diagonal matrix transformation
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Hey, I need a help please when I have a matrix with complex eigenvalues for example A=[0 1 0;0 0 1;-24 -29 -18] with its eigenvalues of: -16.3, -0.844+j0.871, and -0.844-j0.871 Matrix A can be diagonalized to the classical known form of Adiag=[-0.844+j0.871 0 0;0 -0.844-j0.871 0;0 0 -16.3] with a vandermone transformation matrix
The Question is I need a transformation matrix to transform matrix A to the form of matrix Ad(with no complex elements) Ad=[-0.844 0.871 0;-0.871 -0.844 0;0 0 -16.3] and this form called a quasi-diagonal matrix Thank you
Answers (0)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!