How to create symmetric matrix that is stable?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Ljix
am 24 Feb. 2016
Beantwortet: Walter Roberson
am 25 Feb. 2016
How to create symmetric matrix that is stable, i.e. Re(eigenvalue)<0?
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 25 Feb. 2016
Let D be the vector of desired eigenvalues. Then one such matrix is
compan(poly(D))
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!