help-octave
[Top][All Lists]
Advanced

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

Re: left-eigenvectors


From: Christoph Dalitz
Subject: Re: left-eigenvectors
Date: Fri, 7 Nov 2003 08:57:36 +0100

On Thu, 6 Nov 2003 17:07:05 -0600
Heber Farnsworth <address@hidden> wrote:
> 
> 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?
> 
What about eig(X')?

The apostrophe is the matrix transposition operator.

Christoph



-------------------------------------------------------------
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]