How to find the eigenvector associated with the highest eigenvalues.
古いコメントを表示
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?
採用された回答
その他の回答 (1 件)
Why not just trying whether A*x equals lambda_max*x within a certain tolerance ?
カテゴリ
ヘルプ センター および File Exchange で Linear Algebra についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!