Lanczos algorithm for eigenvalues

Dear All,
I'm interested in the generalized eigenvalue problems for very big systems. I'm looking for a matlab code which uses algorithms such as Lanczos.
Thanks in advance for your helpfullness.

回答 (2 件)

Ray Lee
Ray Lee 2018 年 12 月 7 日

2 投票

The builtin function eigs is what you want.
YOUSSEF
YOUSSEF 2022 年 12 月 1 日

0 投票

hello everyone:
i'm looking for code transopse of matrix
thank in advance for your helpfullness

1 件のコメント

Walter Roberson
Walter Roberson 2022 年 12 月 1 日
transposedMatrix = YourMatrix.';
or
transposedMatrix = tranpose(YourMatrix);

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

カテゴリ

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

タグ

質問済み:

2011 年 12 月 2 日

コメント済み:

2022 年 12 月 1 日

Community Treasure Hunt

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

Start Hunting!

Translated by