Effacer les filtres
Effacer les filtres

First MATLAB Build (Directly) Supporting Left Eigenvector in eig?

2 vues (au cours des 30 derniers jours)
Mark Stone
Mark Stone le 18 Mai 2015
Commenté : Mark Stone le 20 Août 2016
Since at least R2014A, eig has the following option, which returns both left and right eigenvectors in one command, without resorting to a second call to eig on the transpose of the original matrix.
[V,D,W] = eig(A) also produces a full matrix W whose columns are the
corresponding left eigenvectors so that W'*A = D*W'.
Somewhat to my surprise, I discovered that this calling sequence is not supported in MATLAB R2013A, and that it only returns right eigenvectors, thereby necessitating a call to eig on A' in order to get its right eigenvectors, which are the left eigenvectors of A. I had assumed it had been in MATLAB since time immemorial (the old Fortran-based MATLAB days).
Thanks.

Réponse acceptée

jpfeifer
jpfeifer le 20 Août 2016
You can see in the release notes at http://de.mathworks.com/help/matlab/release-notes.html#R2014a that it was introduced in R2014a.
  1 commentaire
Mark Stone
Mark Stone le 20 Août 2016
Thanks. But now I feel like a lazy bum for not checking that.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Linear Algebra 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