Get the eigenvalue of a known eigenvector
4 ビュー (過去 30 日間)
古いコメントを表示
I have a matrix M1 of 784x784, where each column is an eigenvector. I am looking for a way to get the eigenvalues for each eigenvector and store them in another matrix M2 of 784x1.
The matrix M3 is a matrix of 784x300. M1 contains eigenvectors of M3.
1 件のコメント
Matt J
2017 年 11 月 22 日
The matrix M3 is a matrix of 784x300. M1 contains eigenvectors of M3.
Non-square matrices cannot have eigenvectors.
回答 (1 件)
John D'Errico
2017 年 11 月 21 日
What basic property do you know about the eigenvalues and eigenvectors? Come on, if you are using them, you ought to know!
If v is en eigenvector of the matrix A, then what do you know about A*v? How does that product relate to the original vector v?
If each column of the matrix V is an eigenvector, then what does A*V give you? Can you determine the eigenvalues from that product?
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!