Effacer les filtres
Effacer les filtres

Can I find nonnegative eigenvalues using eigs

4 vues (au cours des 30 derniers jours)
mim
mim le 13 Jan 2014
Commenté : mim le 13 Jan 2014
In a very large sparse matrix I want to use eigs function to find all non-negative eigenvalues and corresponding eigenvectors, is it possible?

Réponses (1)

Paul
Paul le 13 Jan 2014
Yes it is. At least if its a symmetric matrix. Else you can only get n-2 eigenvalues, where (n,n) is the size of the matrix. Just output all the eigenvalues and then get the non-negative ones.
  3 commentaires
Paul
Paul le 13 Jan 2014
So I guess you're asking if there is an option to set to get only non-negative eigenvalues, which there isn't. Why isn't doing it in more steps not good enough if I may ask?
mim
mim le 13 Jan 2014
just because I want to do it faster

Connectez-vous pour commenter.

Catégories

En savoir plus sur Linear Algebra dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by