Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!22g2000hsm.googlegroups.com!not-for-mail
From:  Greg Heath <heath@alumni.brown.edu>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Eigen value and Eigen vector?
Date: Fri, 17 Aug 2007 09:57:31 -0700
Organization: http://groups.google.com
Lines: 17
Message-ID: <1187369851.491760.208930@22g2000hsm.googlegroups.com>
References: <fa2bhu$5bp$1@fred.mathworks.com>
NNTP-Posting-Host: 69.141.182.127
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Trace: posting.google.com 1187369852 11486 127.0.0.1 (17 Aug 2007 16:57:32 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Fri, 17 Aug 2007 16:57:32 +0000 (UTC)
In-Reply-To: <fa2bhu$5bp$1@fred.mathworks.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; (R1 1.5); .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30),gzip(gfe),gzip(gfe)
Complaints-To: groups-abuse@google.com
Injection-Info: 22g2000hsm.googlegroups.com; posting-host=69.141.182.127;
Xref: news.mathworks.com comp.soft-sys.matlab:424330



On Aug 16, 4:20 pm, "stephen " <huan...@nationwide.com> wrote:
> Hi,
>
> Matlab function [V,D]=eig() would generate eigenvalues in
> ascending order and the associated eigenvectors.
>
> Is there an easy way to generate eigenvalues and
> associated eigenvectors in descending order?

1. Use EIGS instead of EIG
2. Use FLIPLR and FLIPUD

Hope this helps.

Greg