Lanczos algorithm for eigenvalues

59 visualizzazioni (ultimi 30 giorni)
alorenzom
alorenzom il 2 Dic 2011
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
Ray Lee il 7 Dic 2018
The builtin function eigs is what you want.

YOUSSEF
YOUSSEF il 1 Dic 2022
hello everyone:
i'm looking for code transopse of matrix
thank in advance for your helpfullness
  1 Commento
Walter Roberson
Walter Roberson il 1 Dic 2022
transposedMatrix = YourMatrix.';
or
transposedMatrix = tranpose(YourMatrix);

Accedi per commentare.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by