How to create symmetric matrix that is stable?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Ljix
il 24 Feb 2016
Risposto: Walter Roberson
il 25 Feb 2016
How to create symmetric matrix that is stable, i.e. Re(eigenvalue)<0?
0 Commenti
Risposta accettata
Walter Roberson
il 25 Feb 2016
Let D be the vector of desired eigenvalues. Then one such matrix is
compan(poly(D))
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Creating and Concatenating Matrices in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!