Filter löschen
Filter löschen

Lanczos algorithm for eigenvalues

52 Ansichten (letzte 30 Tage)
alorenzom
alorenzom am 2 Dez. 2011
Kommentiert: Walter Roberson am 1 Dez. 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.

Antworten (2)

Ray Lee
Ray Lee am 7 Dez. 2018
The builtin function eigs is what you want.

YOUSSEF
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
Walter Roberson am 1 Dez. 2022
transposedMatrix = YourMatrix.';
or
transposedMatrix = tranpose(YourMatrix);

Melden Sie sich an, um zu kommentieren.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by