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

transposedMatrix = YourMatrix.';
or
transposedMatrix = tranpose(YourMatrix);

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

카테고리

도움말 센터File Exchange에서 Mathematics에 대해 자세히 알아보기

태그

질문:

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