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

1 visualización (últimos 30 días)
I am interested in calculating the left eigenvector of the generalized
eigenvalue problem but am not sure on how to do that in MATLAB.

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 30 de Mzo. de 2011
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.

Más respuestas (0)

Categorías

Más información sobre Linear Algebra en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Productos


Versión

R2010b

Community Treasure Hunt

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

Start Hunting!

Translated by