Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: eigenvalues
Date: Fri, 6 Nov 2009 18:48:02 +0000 (UTC)
Organization: The MathWorks Inc
Lines: 31
Message-ID: <hd1r12$evq$1@fred.mathworks.com>
References: <d7d30128-4368-4ff6-97e4-32d1984d23d1@h14g2000pri.googlegroups.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1257533282 15354 172.30.248.35 (6 Nov 2009 18:48:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 6 Nov 2009 18:48:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1597503
Xref: news.mathworks.com comp.soft-sys.matlab:583078


munir <munirpansare@gmail.com> wrote in message <d7d30128-4368-4ff6-97e4-32d1984d23d1@h14g2000pri.googlegroups.com>...
> dear all,
> i want to find eigenvalues for a dynamic problem.
> but somthing is going wrong. as i m doing it first time i cant figure
> it out.
> when i give command as
>  fsol=eig(kuufinal,muufinal)
> error is
> ??? Error using ==> sym.eig
> Too many input arguments.
> 
> and when i give as
> fsol=eig(kuufinal,muufinal,qz)
> error is
> ??? Error using ==> qz
> Not enough input arguments.
> 
> what is the problem???
> when i indivisually find eigenvalues of matrix it gives results.
> also muufinal is not singular.
> both matrices are symmetric.
> plz plz help soon.....
> thanks n regards.
Hi, I think you need to tell us more about what you are trying to input into eig(). If you type

>>help sym/eig

it does not support two input arguments. eig() supports two input arguments but not the symbolic variant.

Hope that helps,
wayne