Find Lowest Eigenvalues using EIGS command

5 visualizaciones (últimos 30 días)
Rehan Rehan
Rehan Rehan el 8 de En. de 2016
Comentada: Rehan Rehan el 8 de En. de 2016
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 comentarios
Torsten
Torsten el 8 de En. de 2016
eigs(K,M,10,'sm')
does not work ?
Best wishes
Torsten.
Rehan Rehan
Rehan Rehan el 8 de En. de 2016
Thanks it is working perfect ! Dont know where to click to "accept answer"

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Linear Algebra en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by