Lanczos algorithm for eigenvalues
Mostra commenti meno recenti
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.
Risposte (2)
Ray Lee
il 7 Dic 2018
2 voti
The builtin function eigs is what you want.
YOUSSEF
il 1 Dic 2022
0 voti
hello everyone:
i'm looking for code transopse of matrix
thank in advance for your helpfullness
1 Commento
Walter Roberson
il 1 Dic 2022
transposedMatrix = YourMatrix.';
or
transposedMatrix = tranpose(YourMatrix);
Categorie
Scopri di più su Mathematics in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!