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.

Réponses (2)

Ray Lee
Ray Lee le 7 Déc 2018

2 votes

The builtin function eigs is what you want.
YOUSSEF
YOUSSEF le 1 Déc 2022

0 votes

hello everyone:
i'm looking for code transopse of matrix
thank in advance for your helpfullness

1 commentaire

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

Connectez-vous pour commenter.

Catégories

En savoir plus sur Eigenvalues & Eigenvectors dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by