Lanczos algorithm for eigenvalues

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

2 voti

The builtin function eigs is what you want.
YOUSSEF
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

transposedMatrix = YourMatrix.';
or
transposedMatrix = tranpose(YourMatrix);

Accedi per commentare.

Categorie

Scopri di più su Mathematics in Centro assistenza e File Exchange

Richiesto:

il 2 Dic 2011

Community Treasure Hunt

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

Start Hunting!

Translated by