How to create symmetric matrix that is stable?

1 view (last 30 days)
How to create symmetric matrix that is stable, i.e. Re(eigenvalue)<0?

Accepted Answer

Walter Roberson
Walter Roberson on 25 Feb 2016
Let D be the vector of desired eigenvalues. Then one such matrix is
compan(poly(D))

More Answers (0)

Categories

Find more on Creating and Concatenating Matrices in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!