<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Order of eigenvalues in LinearAlgebra:-Eigenvectors</title>
    <link>http://www.mapleprimes.com/questions/119852-Order-Of-Eigenvalues-In-LinearAlgebra</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Thu, 11 Jun 2026 04:57:53 GMT</lastBuildDate>
    <pubDate>Thu, 11 Jun 2026 04:57:53 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Order of eigenvalues in LinearAlgebra:-Eigenvectors</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Order of eigenvalues in LinearAlgebra:-Eigenvectors</title>
      <link>http://www.mapleprimes.com/questions/119852-Order-Of-Eigenvalues-In-LinearAlgebra</link>
    </image>
    <item>
      <title>Order of Eigenvalues - new attempt</title>
      <link>http://www.mapleprimes.com/questions/119852-Order-Of-Eigenvalues-In-LinearAlgebra?ref=Feed:MaplePrimes:Order of eigenvalues in LinearAlgebra:-Eigenvectors:Comments#answer119861</link>
      <itunes:summary>&lt;p&gt;Of course this is possible, but no very easy.&lt;/p&gt;
&lt;p&gt;Use the option output=list:&lt;/p&gt;
&lt;p&gt;with(LinearAlgebra):&lt;br&gt;A := &amp;lt;a11,-a11,a13; 0,0,0; 0,0,0&amp;gt;;&lt;br&gt;eig := Eigenvectors(A, output=list);&lt;br&gt;&lt;br&gt;s := sort( eig, (x,y)-&amp;gt;type(x[1],symbol) ); # if you want the nonzero element(s) first&lt;br&gt;s := sort( eig, (x,y)-&amp;gt;x[1]=0 ); # if yoy want the zero(s)&amp;nbsp; first&lt;br&gt;V := Matrix( map( op, s[1..2,3] ) ); # the matrix of eigenvectors&lt;br&gt;&lt;br&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Of course this is possible, but no very easy.&lt;/p&gt;
&lt;p&gt;Use the option output=list:&lt;/p&gt;
&lt;p&gt;with(LinearAlgebra):&lt;br&gt;A := &amp;lt;a11,-a11,a13; 0,0,0; 0,0,0&amp;gt;;&lt;br&gt;eig := Eigenvectors(A, output=list);&lt;br&gt;&lt;br&gt;s := sort( eig, (x,y)-&amp;gt;type(x[1],symbol) ); # if you want the nonzero element(s) first&lt;br&gt;s := sort( eig, (x,y)-&amp;gt;x[1]=0 ); # if yoy want the zero(s)&amp;nbsp; first&lt;br&gt;V := Matrix( map( op, s[1..2,3] ) ); # the matrix of eigenvectors&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>
      <guid>119861</guid>
      <pubDate>Fri, 13 May 2011 14:03:20 Z</pubDate>
      <itunes:author>Adri
 van der Meer</itunes:author>
      <author>Adri
 van der Meer</author>
    </item>
    <item>
      <title>works</title>
      <link>http://www.mapleprimes.com/questions/119852-Order-Of-Eigenvalues-In-LinearAlgebra?ref=Feed:MaplePrimes:Order of eigenvalues in LinearAlgebra:-Eigenvectors:Comments#comment119892</link>
      <itunes:summary>&lt;p&gt;oh this is very useful thanks!&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;oh this is very useful thanks!&lt;/p&gt;</description>
      <guid>119892</guid>
      <pubDate>Mon, 16 May 2011 11:37:04 Z</pubDate>
      <itunes:author>PatrickT</itunes:author>
      <author>PatrickT</author>
    </item>
  </channel>
</rss>