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 Center および File ExchangeLinear Algebra についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by