How to find the eigenvector associated with the highest eigenvalues.
Show older comments
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?
Accepted Answer
More Answers (1)
Why not just trying whether A*x equals lambda_max*x within a certain tolerance ?
Categories
Find more on Linear Algebra in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!