How to create symmetric matrix that is stable?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Ljix
le 24 Fév 2016
Réponse apportée : Walter Roberson
le 25 Fév 2016
How to create symmetric matrix that is stable, i.e. Re(eigenvalue)<0?
0 commentaires
Réponse acceptée
Walter Roberson
le 25 Fév 2016
Let D be the vector of desired eigenvalues. Then one such matrix is
compan(poly(D))
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!