How to find the eigenvector associated with the highest eigenvalues.
Afficher commentaires plus anciens
I ran PCA on a matrix and now I am asked to find the eigenvector associated to the highest eigenvalues.
How can it be done? Is the first eigenvetor in score the one associated with the higest eigenvalues?
Réponse acceptée
Plus de réponses (1)
Why not just trying whether A*x equals lambda_max*x within a certain tolerance ?
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!