Lanczos algorithm for eigenvalues
조회 수: 32 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
답변 (2개)
YOUSSEF
2022년 12월 1일
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);
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!