<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265193</link>
    <title>MATLAB Central Newsreader - eigenvalues</title>
    <description>Feed for thread: eigenvalues</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Fri, 06 Nov 2009 18:21:59 -0500</pubDate>
      <title>eigenvalues</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265193#692740</link>
      <author>munir</author>
      <description>dear all,&lt;br&gt;
i want to find eigenvalues for a dynamic problem.&lt;br&gt;
but somthing is going wrong. as i m doing it first time i cant figure&lt;br&gt;
it out.&lt;br&gt;
when i give command as&lt;br&gt;
&amp;nbsp;fsol=eig(kuufinal,muufinal)&lt;br&gt;
error is&lt;br&gt;
??? Error using ==&amp;gt; sym.eig&lt;br&gt;
Too many input arguments.&lt;br&gt;
&lt;br&gt;
and when i give as&lt;br&gt;
fsol=eig(kuufinal,muufinal,qz)&lt;br&gt;
error is&lt;br&gt;
??? Error using ==&amp;gt; qz&lt;br&gt;
Not enough input arguments.&lt;br&gt;
&lt;br&gt;
what is the problem???&lt;br&gt;
when i indivisually find eigenvalues of matrix it gives results.&lt;br&gt;
also muufinal is not singular.&lt;br&gt;
both matrices are symmetric.&lt;br&gt;
plz plz help soon.....&lt;br&gt;
thanks n regards.</description>
    </item>
    <item>
      <pubDate>Fri, 06 Nov 2009 18:48:02 -0500</pubDate>
      <title>Re: eigenvalues</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265193#692745</link>
      <author>Wayne King</author>
      <description>munir &amp;lt;munirpansare@gmail.com&amp;gt; wrote in message &amp;lt;d7d30128-4368-4ff6-97e4-32d1984d23d1@h14g2000pri.googlegroups.com&amp;gt;...&lt;br&gt;
&amp;gt; dear all,&lt;br&gt;
&amp;gt; i want to find eigenvalues for a dynamic problem.&lt;br&gt;
&amp;gt; but somthing is going wrong. as i m doing it first time i cant figure&lt;br&gt;
&amp;gt; it out.&lt;br&gt;
&amp;gt; when i give command as&lt;br&gt;
&amp;gt;  fsol=eig(kuufinal,muufinal)&lt;br&gt;
&amp;gt; error is&lt;br&gt;
&amp;gt; ??? Error using ==&amp;gt; sym.eig&lt;br&gt;
&amp;gt; Too many input arguments.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; and when i give as&lt;br&gt;
&amp;gt; fsol=eig(kuufinal,muufinal,qz)&lt;br&gt;
&amp;gt; error is&lt;br&gt;
&amp;gt; ??? Error using ==&amp;gt; qz&lt;br&gt;
&amp;gt; Not enough input arguments.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; what is the problem???&lt;br&gt;
&amp;gt; when i indivisually find eigenvalues of matrix it gives results.&lt;br&gt;
&amp;gt; also muufinal is not singular.&lt;br&gt;
&amp;gt; both matrices are symmetric.&lt;br&gt;
&amp;gt; plz plz help soon.....&lt;br&gt;
&amp;gt; thanks n regards.&lt;br&gt;
Hi, I think you need to tell us more about what you are trying to input into eig(). If you type&lt;br&gt;
&lt;br&gt;
&amp;gt;&amp;gt;help sym/eig&lt;br&gt;
&lt;br&gt;
it does not support two input arguments. eig() supports two input arguments but not the symbolic variant.&lt;br&gt;
&lt;br&gt;
Hope that helps,&lt;br&gt;
wayne</description>
    </item>
    <item>
      <pubDate>Fri, 06 Nov 2009 19:17:04 -0500</pubDate>
      <title>Re: eigenvalues</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265193#692754</link>
      <author>Bruno Luong</author>
      <description>munir &amp;lt;munirpansare@gmail.com&amp;gt; wrote in message &amp;lt;d7d30128-4368-4ff6-97e4-32d1984d23d1@h14g2000pri.googlegroups.com&amp;gt;...&lt;br&gt;
&amp;gt; dear all,&lt;br&gt;
&amp;gt; i want to find eigenvalues for a dynamic problem.&lt;br&gt;
&amp;gt; but somthing is going wrong. as i m doing it first time i cant figure&lt;br&gt;
&amp;gt; it out.&lt;br&gt;
&amp;gt; when i give command as&lt;br&gt;
&amp;gt;  fsol=eig(kuufinal,muufinal)&lt;br&gt;
&lt;br&gt;
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.&lt;br&gt;
&lt;br&gt;
Bruno</description>
    </item>
    <item>
      <pubDate>Fri, 06 Nov 2009 19:53:11 -0500</pubDate>
      <title>Re: eigenvalues</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265193#692765</link>
      <author>munir</author>
      <description>On Nov 7, 12:17&#160;am, &quot;Bruno Luong&quot; &amp;lt;b.lu...@fogale.findmycountry&amp;gt;&lt;br&gt;
wrote:&lt;br&gt;
&amp;gt; munir &amp;lt;munirpans...@gmail.com&amp;gt; wrote in message &amp;lt;d7d30128-4368-4ff6-97e4-32d1984d2...@h14g2000pri.googlegroups.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; dear all,&lt;br&gt;
&amp;gt; &amp;gt; i want to find eigenvalues for a dynamic problem.&lt;br&gt;
&amp;gt; &amp;gt; but somthing is going wrong. as i m doing it first time i cant figure&lt;br&gt;
&amp;gt; &amp;gt; it out.&lt;br&gt;
&amp;gt; &amp;gt; when i give command as&lt;br&gt;
&amp;gt; &amp;gt; &#160;fsol=eig(kuufinal,muufinal)&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; 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.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Bruno&lt;br&gt;
&lt;br&gt;
i tried whatever u suggested,but nothing is working. my matrix size is&lt;br&gt;
40*40. is there any effect of diagonal terms of very small&lt;br&gt;
magnitude???&lt;br&gt;
thank u for ur replies.</description>
    </item>
    <item>
      <pubDate>Sat, 07 Nov 2009 05:52:00 -0500</pubDate>
      <title>Re: eigenvalues</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265193#692849</link>
      <author>munir</author>
      <description>On Nov 7, 12:53&#160;am, munir &amp;lt;munirpans...@gmail.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; On Nov 7, 12:17&#160;am, &quot;Bruno Luong&quot; &amp;lt;b.lu...@fogale.findmycountry&amp;gt;&lt;br&gt;
&amp;gt; wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;munir&amp;lt;munirpans...@gmail.com&amp;gt; wrote in message &amp;lt;d7d30128-4368-4ff6-97e4-32d1984d2...@h14g2000pri.googlegroups.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; dear all,&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; i want to find eigenvalues for a dynamic problem.&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; but somthing is going wrong. as i m doing it first time i cant figure&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; it out.&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; when i give command as&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &#160;fsol=eig(kuufinal,muufinal)&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; 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.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Bruno&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; i tried whatever u suggested,but nothing is working. my matrix size is&lt;br&gt;
&amp;gt; 40*40. is there any effect of diagonal terms of very small&lt;br&gt;
&amp;gt; magnitude???&lt;br&gt;
&amp;gt; thank u for ur replies.&lt;br&gt;
&lt;br&gt;
dear all,&lt;br&gt;
any suggestion plz...</description>
    </item>
    <item>
      <pubDate>Sat, 07 Nov 2009 07:31:30 -0500</pubDate>
      <title>Re: eigenvalues</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265193#692854</link>
      <author>Bruno Luong</author>
      <description>&amp;gt; &lt;br&gt;
&amp;gt; dear all,&lt;br&gt;
&amp;gt; any suggestion plz...&lt;br&gt;
&lt;br&gt;
Yes: drop trying to compute symbolic eigenvalues for matrix of 40 in size. You might get - if -ever - a formula that not fits on 1000 pages of paper. Before you will be asked what to do with it, might be you might think about saving a tree not to print out such formula.&lt;br&gt;
&lt;br&gt;
Now the chance that Matlab or any software that can solve for eigenvalues problem for you is zero. You might know that this problem is equivalent to finding the roots of 40th order polynomials. Take a look at Galois's theory, who has shown two centuries ago that - in general - such formula does not exist for polynomial or order 5th or greater, e.g. 40th order.&lt;br&gt;
&lt;br&gt;
Bruno</description>
    </item>
    <item>
      <pubDate>Sat, 07 Nov 2009 11:06:23 -0500</pubDate>
      <title>Re: eigenvalues</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265193#692870</link>
      <author>munir</author>
      <description>On Nov 7, 12:31&#160;pm, &quot;Bruno Luong&quot; &amp;lt;b.lu...@fogale.findmycountry&amp;gt;&lt;br&gt;
wrote:&lt;br&gt;
&amp;gt; &amp;gt; dear all,&lt;br&gt;
&amp;gt; &amp;gt; any suggestion plz...&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Yes: drop trying to compute symbolic eigenvalues for matrix of 40 in size. You might get - if -ever - a formula that not fits on 1000 pages of paper. Before you will be asked what to do with it, might be you might think about saving a tree not to print out such formula.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Now the chance that Matlab or any software that can solve for eigenvalues problem for you is zero. You might know that this problem is equivalent to finding the roots of 40th order polynomials. Take a look at Galois's theory, who has shown two centuries ago that - in general - such formula does not exist for polynomial or order 5th or greater, e.g. 40th order.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Bruno&lt;br&gt;
&lt;br&gt;
as per ur suggestion i took inv(B)*A and then took its eigenvalues and&lt;br&gt;
as i converted all symbolic values to numerical values by giving&lt;br&gt;
symbols their numeric values. i m getting solution. so can i now find&lt;br&gt;
eigenvalues of any order of a matrix??&lt;br&gt;
thank u very much.</description>
    </item>
  </channel>
</rss>

