help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: left-eigenvectors


From: Henry F. Mollet
Subject: Re: left-eigenvectors
Date: Mon, 10 Nov 2003 19:29:36 -0800
User-agent: Microsoft-Entourage/10.1.1.2418

[w,la] = eig (a); where a is nxn matrix
gives right eigenvector w and eigenvalues la(mbda)
V = conj (inv (w));
gives left eigenvector v.
Henry

on 11/6/03 3:07 PM, Heber Farnsworth at address@hidden wrote:

> This is probably a simple question but it's one I'm new to.
> 
> The function eig(X) returns the eigenvalues and eigenvectors of the
> matrix X.  I presume these are what are called right-eigenvectors.  How
> do you get the left eigenvectors?
> 
> Heber
> 
> 
> 
> -------------------------------------------------------------
> Octave is freely available under the terms of the GNU GPL.
> 
> Octave's home on the web:  http://www.octave.org
> How to fund new projects:  http://www.octave.org/funding.html
> Subscription information:  http://www.octave.org/archive.html
> -------------------------------------------------------------



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]