Method behind eig()?

조회 수: 12 (최근 30일)
Yannic Irion
Yannic Irion 2019년 8월 20일
댓글: Bruno Luong 2019년 8월 23일
What's the method behin eig() in MATLAB? Is it QR-factarization (with which kind of shift, Hessenberg,...?) ?
  댓글 수: 1
KSSV
KSSV 2019년 8월 20일
Read the documentation of eig. It depends on the matrix which you provide as input. You have an option of providing your required algorithm to egt eigen values.

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

답변 (1개)

Roshni Garnayak
Roshni Garnayak 2019년 8월 23일
The algorithms used for computing generalized eigenvalues of a pair are Cholesky factorization or QZ algorithm (generalized Schur decomposition). The “eigfunction selects an algorithm based on the properties of the matrices.
For further information on the algorithms used refer to the following link:
  댓글 수: 1
Bruno Luong
Bruno Luong 2019년 8월 23일
In the page it looks like the algo is specified for Generalized Eigen problem (GEP). Granted the normal eigen value is also GEP with the second matrix being identity. But user (at least I) might have doubt when reading it.

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

카테고리

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