Lanczos algorithm for eigenvalues

65 visualizaciones (últimos 30 días)
alorenzom
alorenzom el 2 de Dic. de 2011
Comentada: Walter Roberson el 1 de Dic. de 2022
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
Ray Lee el 7 de Dic. de 2018
The builtin function eigs is what you want.

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

Iniciar sesión para comentar.

Categorías

Más información sobre Particle Swarm en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by