Find max/min eigenvalue of a symmetric matrix

조회 수: 15 (최근 30일)
Khanh
Khanh 2011년 11월 7일
답변: Andrew Knyazev 2015년 5월 15일
I know I can use eig() to find all eigenvalues as well as eigenvectors and then use max/min to find the max/min eigenvalues. However, that method is not efficient given a big matrix.
I heard of Lanczos algorithm that allows to find extreme eigenvalues.
I wonder if there is any function in matlab that can find max/min eigenvalues quickly?
BTW, I consider symmetric positive semi-definite matrices if that makes problem any easier.
Thanks,

채택된 답변

Andrei Bobrov
Andrei Bobrov 2011년 11월 7일
please read: doc eigs
  댓글 수: 1
Khanh
Khanh 2011년 11월 7일
Thank you, Andrei. I wonder if it's the fastest function for calculating min/max eigenvalues available on matlab? It's quite slow when the size of matrix is more than 1,000 by 1,000, though.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Andrew Knyazev
Andrew Knyazev 2015년 5월 15일

카테고리

Help CenterFile Exchange에서 Linear Algebra에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by