Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!q40g2000prh.googlegroups.com!not-for-mail
From: munir <munirpansare@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: eigenvalues
Date: Fri, 6 Nov 2009 11:53:11 -0800 (PST)
Organization: http://groups.google.com
Lines: 20
Message-ID: <3f1cd2fb-1958-4e34-9c4a-e3f5d50aa93f@q40g2000prh.googlegroups.com>
References: <d7d30128-4368-4ff6-97e4-32d1984d23d1@h14g2000pri.googlegroups.com> 
	<hd1sng$123$1@fred.mathworks.com>
NNTP-Posting-Host: 124.124.247.138
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Trace: posting.google.com 1257537192 1179 127.0.0.1 (6 Nov 2009 19:53:12 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Fri, 6 Nov 2009 19:53:12 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: q40g2000prh.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; rv:1.9.1b1) 
	Gecko/20081007 Firefox/3.1b1,gzip(gfe),gzip(gfe)
Xref: news.mathworks.com comp.soft-sys.matlab:583098


On Nov 7, 12:17 am, "Bruno Luong" <b.lu...@fogale.findmycountry>
wrote:
> munir <munirpans...@gmail.com> wrote in message <d7d30128-4368-4ff6-97e4-32d1984d2...@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)
>
> I hope you know eigenvalues of A with respect to B is eigenvalues of inv(B)*A. So that might help for your symbolic call.
>
> Bruno

i tried whatever u suggested,but nothing is working. my matrix size is
40*40. is there any effect of diagonal terms of very small
magnitude???
thank u for ur replies.