Lanczos algorithm for eigenvalues

58 ビュー (過去 30 日間)
alorenzom
alorenzom 2011 年 12 月 2 日
コメント済み: Walter Roberson 2022 年 12 月 1 日
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 日
The builtin function eigs is what you want.

YOUSSEF
YOUSSEF 2022 年 12 月 1 日
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);

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

カテゴリ

Help Center および File ExchangeParticle Swarm についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by