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
2018년 12월 7일
2 개 추천
The builtin function eigs is what you want.
YOUSSEF
2022년 12월 1일
0 개 추천
hello everyone:
i'm looking for code transopse of matrix
thank in advance for your helpfullness
댓글 수: 1
Walter Roberson
2022년 12월 1일
transposedMatrix = YourMatrix.';
or
transposedMatrix = tranpose(YourMatrix);
카테고리
도움말 센터 및 File Exchange에서 Mathematics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!