How can I generate the left eigenvector for the generalized eigenvalue problem in MATLAB 7.11 (R2010b)?

3 次查看(过去 30 天)

采纳的回答

MathWorks Support Team
In order to calculate the left eigenvector of the generalized eigenvalue problem use the function QZ with six output arguments as follows:
[AA,BB,Q,Z,V,W] = qz(A,B)
The eigenvalues are
diag(AA)./diag(BB)
provided that none of these ratios is effectively 0/0. The columns of V are the right eigenvectors.
The rows of W' are the left eigenvectors.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Linear Algebra 的更多信息

标签

尚未输入任何标签。

产品


版本

R2010b

Community Treasure Hunt

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

Start Hunting!

Translated by