Find Lowest Eigenvalues using EIGS command

Dear All,
I want to use eigs command to get first few (lowest) eigenvalues for two INPUT matrices (K,M) and get two out put matrices A and B.
[A,B]=eigs(K,M,10)
returns highest 10 eigenvalues which I am not interested.
Best regards

2 Commenti

eigs(K,M,10,'sm')
does not work ?
Best wishes
Torsten.
Thanks it is working perfect ! Dont know where to click to "accept answer"

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Linear Algebra in Centro assistenza e File Exchange

Richiesto:

il 8 Gen 2016

Commentato:

il 8 Gen 2016

Community Treasure Hunt

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

Start Hunting!

Translated by