Algorithm that Matlab uses for computing eigen values and eigen vectors

조회 수: 2 (최근 30일)
kajalschopra
kajalschopra 2015년 8월 5일
답변: Christiaan 2015년 8월 5일
Can anyone please tell me which is the algorithm that Matlab uses for computing Eigen values and Eigen vectors when I use the command:
[V,D]=eig(K,M);
Where am I defining the algorithm type here?

답변 (1개)

Christiaan
Christiaan 2015년 8월 5일
Dear Sir,
Please have a look at the documentation
Here you can find the following line:
"[___] = eig(A,B,algorithm), where algorithm is 'chol', uses the Cholesky factorization of B to compute the generalized eigenvalues. The default for algorithm depends on the properties of A and B, but is generally 'qz', which uses the QZ algorithm. If A is Hermitian and B is Hermitian positive definite, then the default for algorithm is 'chol' ."
Also you could type in MATLAB: >> edit eig
Kind regards, Christiaan

카테고리

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