How to find the eigenvector associated with the highest eigenvalues.
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (1)
Why not just trying whether A*x equals lambda_max*x within a certain tolerance ?
Categorías
Más información sobre Linear Algebra en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!