How can I get the (approximate) eigenvectors of a huge matrix?
Ältere Kommentare anzeigen
I have a huge symmetric matrix M and I want to get the eigenvectors to the k smallest eigenvalues of M (which have to be greater than 0). I know that the smallest eigenvalue is 0.
Currently I am using
eigs(M,k,eps)
but this results in memory consumption of over 100GB of RAM.
3 Kommentare
Matt J
am 2 Dez. 2014
but this results in memory consumption of over 100GB of RAM.
It's pretty impressive that you have that much RAM! Time for me to upgrade, I guess...
Steffen
am 2 Dez. 2014
I don't really understand why it's taking so much memory. What happens when you do
eigs(M,k,'sm')
Antworten (2)
Andrew Knyazev
am 15 Mai 2015
0 Stimmen
Kategorien
Mehr zu Linear Algebra finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!