How to create symmetric matrix that is stable?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Ljix
el 24 de Feb. de 2016
Respondida: Walter Roberson
el 25 de Feb. de 2016
How to create symmetric matrix that is stable, i.e. Re(eigenvalue)<0?
0 comentarios
Respuesta aceptada
Walter Roberson
el 25 de Feb. de 2016
Let D be the vector of desired eigenvalues. Then one such matrix is
compan(poly(D))
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!