Lanczos algorithm for eigenvalues

조회 수: 66 (최근 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 CenterFile Exchange에서 Particle Swarm에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by