Yuri Gendelman писал(а):
Вы меня прямо смутили своим замечанием о таком использовании разложения Холецкого. Подскажите пожалуйста, где в документации по MatLAB об этом написано.
Я вышел на это через описание функции eig():
Цитата:
...
[V,D] = eig(A,B,flag) specifies the algorithm used to compute eigenvalues and eigenvectors. flag can be:
'chol' Computes the generalized eigenvalues of A and B using the Cholesky factorization of B. This is the default for symmetric (Hermitian) A and symmetric (Hermitian) positive definite B.
'qz' Ignores the symmetry, if any, and uses the QZ algorithm as it would for nonsymmetric (non-Hermitian) A and B
...