Find Lowest Eigenvalues using EIGS command
조회 수: 5 (최근 30일)
이전 댓글 표시
Dear All,
I want to use eigs command to get first few (lowest) eigenvalues for two INPUT matrices (K,M) and get two out put matrices A and B.
[A,B]=eigs(K,M,10)
returns highest 10 eigenvalues which I am not interested.
Best regards
댓글 수: 2
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!