Lanczos algorithm for eigenvalues
18 次查看(过去 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!