How do i find eigen vector corresponding to imaginery eigen value
Mostra commenti meno recenti
[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
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Eigenvalues & Eigenvectors in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!