MATLAB: How to create symmetric matrix that is stable

matrix

How to create symmetric matrix that is stable, i.e. Re(eigenvalue)<0?

Best Answer

Let D be the vector of desired eigenvalues. Then one such matrix is
compan(poly(D))
Related Question