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
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.
카테고리
도움말 센터 및 File Exchange에서 Linear Algebra에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!