quasi diagonal matrix transformation
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
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
Réponses (0)
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!