Lanczos algorithm for eigenvalues
40 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (2)
YOUSSEF
am 1 Dez. 2022
hello everyone:
i'm looking for code transopse of matrix
thank in advance for your helpfullness
1 Kommentar
Walter Roberson
am 1 Dez. 2022
transposedMatrix = YourMatrix.';
or
transposedMatrix = tranpose(YourMatrix);
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!