linearly independent eigen vectors
Afficher commentaires plus anciens
set of linearly independent eigenvectors
A=[2 0 0 0 0 0
0 2 0 0 0 0
0 0 2 0 0 0
0 0 0 2 0 0
0 0 0 0 2 0
0 0 0 0 0 2];
3 commentaires
Shannu
le 18 Sep 2020
John D'Errico
le 18 Sep 2020
NO. It is NOT done using rank. You want to compute the eigenvectors. I wonder what function in MATLAB computes eigenvectors? Duh, I wonder. Could eig be useful?
Shannu
le 18 Sep 2020
Réponse acceptée
Plus de réponses (1)
BOB MATHEW SYJI
le 18 Sep 2020
i is the eigen vector and j is the eigen values
[i j]=eig(A)
Catégories
En savoir plus sur Linear Algebra dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!