How do i find eigen vector corresponding to imaginery eigen value
古いコメントを表示
[V, D] = eig(A)
The eigenvectors in V correspond to eigenvalues that can be real or complex. However, I am interested in finding the eigenvectors that correspond specifically to purely imaginary eigenvalues. Is there a way to achieve this?T
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Eigenvalues & Eigenvectors についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!