Effacer les filtres
Effacer les filtres

what is the difference between right and left eigenvector?

242 vues (au cours des 30 derniers jours)
Sarah A
Sarah A le 9 Août 2018
Modifié(e) : Stephen23 le 10 Août 2018
Hello,
I read here: https://www.mathworks.com/help/matlab/ref/eig.html that there are two types of eigenvectors, I googled this but with no results. So can any one tell me what is the difference ?

Réponses (1)

Stephen23
Stephen23 le 10 Août 2018
Modifié(e) : Stephen23 le 10 Août 2018
etc.
The difference is simply which side they occur on during the multiplication with the matrix A used in their definition.
A right eigenvector as a column vector X_R satisfies:
A * X_R = lambda_R * X_R
A left eigenvector as a row vector X_L satisfies:
X_L * A = lambda_L * X_L
From wikipedia: "Many disciplines traditionally represent vectors as matrices with a single column rather than as matrices with a single row. For that reason, the word 'eigenvector' in the context of matrices almost always refers to a right eigenvector".

Catégories

En savoir plus sur Particle & Nuclear Physics dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by