Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!h14g2000pri.googlegroups.com!not-for-mail
From: munir <munirpansare@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: eigenvalues
Date: Fri, 6 Nov 2009 10:21:59 -0800 (PST)
Organization: http://groups.google.com
Lines: 22
Message-ID: <d7d30128-4368-4ff6-97e4-32d1984d23d1@h14g2000pri.googlegroups.com>
NNTP-Posting-Host: 124.124.247.138
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
X-Trace: posting.google.com 1257531719 7071 127.0.0.1 (6 Nov 2009 18:21:59 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Fri, 6 Nov 2009 18:21:59 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: h14g2000pri.googlegroups.com; posting-host=124.124.247.138; 
	posting-account=vtztFQoAAAB2c4AburSjnbIDN00Cftc9
User-Agent: G2/1.0
X-HTTP-Via: 1.1 cs08.cc.iitd.ac.in:3128 (squid/2.6.STABLE13)
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) 
	AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.27 Safari/532.0,gzip(gfe),gzip(gfe)
Xref: news.mathworks.com comp.soft-sys.matlab:583073


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.