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!