Lanczos algorithm for eigenvalues
Mostrar comentarios más antiguos
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.
Respuestas (2)
Ray Lee
el 7 de Dic. de 2018
2 votos
The builtin function eigs is what you want.
YOUSSEF
el 1 de Dic. de 2022
0 votos
hello everyone:
i'm looking for code transopse of matrix
thank in advance for your helpfullness
1 comentario
Walter Roberson
el 1 de Dic. de 2022
transposedMatrix = YourMatrix.';
or
transposedMatrix = tranpose(YourMatrix);
Categorías
Más información sobre Mathematics en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!