How to create symmetric matrix that is stable?
1 view (last 30 days)
Show older comments
How to create symmetric matrix that is stable, i.e. Re(eigenvalue)<0?
0 Comments
Accepted Answer
Walter Roberson
on 25 Feb 2016
Let D be the vector of desired eigenvalues. Then one such matrix is
compan(poly(D))
0 Comments
More Answers (0)
See Also
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!