How to calculate n-th eigenvector using eigs() function
Mostra commenti meno recenti
I have a very big sparse matrix. I need all of its eigenvector and values. I can't store all of the eigenvector in one big matrix because it will require a lot of memory. I want to get all these eigenvectors one by one.
Is there any way by which I can get eigenvectors one by one in a for loop? i.e. in ith iteration I want the ith eigenvector and value
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Linear Algebra in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!