Find Lowest Eigenvalues using EIGS command

조회 수: 5 (최근 30일)
Rehan Rehan
Rehan Rehan 2016년 1월 8일
댓글: Rehan Rehan 2016년 1월 8일
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
Torsten
Torsten 2016년 1월 8일
eigs(K,M,10,'sm')
does not work ?
Best wishes
Torsten.
Rehan Rehan
Rehan Rehan 2016년 1월 8일
Thanks it is working perfect ! Dont know where to click to "accept answer"

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Linear Algebra에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by