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.

Answers (2)

Ray Lee
Ray Lee on 7 Dec 2018
The builtin function eigs is what you want.
YOUSSEF
YOUSSEF on 1 Dec 2022
hello everyone:
i'm looking for code transopse of matrix
thank in advance for your helpfullness

1 Comment

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

Sign in to comment.

Categories

Find more on Mathematics in Help Center and File Exchange

Tags

Asked:

on 2 Dec 2011

Commented:

on 1 Dec 2022

Community Treasure Hunt

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

Start Hunting!