Can I find nonnegative eigenvalues using eigs

In a very large sparse matrix I want to use eigs function to find all non-negative eigenvalues and corresponding eigenvectors, is it possible?

回答 (1 件)

Paul
Paul 2014 年 1 月 13 日

0 投票

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 件のコメント

mim
mim 2014 年 1 月 13 日
Thanks for your answer, but it is obvious that I can obtain all then choose non negative, but I want to do it in only one step. The matrix is real symmetric
Paul
Paul 2014 年 1 月 13 日
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 2014 年 1 月 13 日
just because I want to do it faster

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeLinear Algebra についてさらに検索

タグ

質問済み:

mim
2014 年 1 月 13 日

コメント済み:

mim
2014 年 1 月 13 日

Community Treasure Hunt

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

Start Hunting!

Translated by