<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to solve the equation? in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-solve-the-equation/m-p/99418#M715</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 Jul 2012 07:14:31 GMT</pubDate>
    <dc:creator>qkaiwei</dc:creator>
    <dc:date>2012-07-08T07:14:31Z</dc:date>
    <item>
      <title>How to solve the equation?</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-solve-the-equation/m-p/99416#M713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have an equation, w*P=w, w means a 1*3 row vector, with unknown elements, but sum of all element is 1, P means a known 3*3 matrix, so how to calculate the w by iml?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2012 16:04:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-solve-the-equation/m-p/99416#M713</guid>
      <dc:creator>qkaiwei</dc:creator>
      <dc:date>2012-07-04T16:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve the equation?</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-solve-the-equation/m-p/99417#M714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope P` has an eigenvalue of 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, then w is the eigenvector associated with that eigenvalue:&lt;/P&gt;&lt;P&gt;proc iml;&lt;/P&gt;&lt;P&gt;P = {1.2714 -.1227 0.7243,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -.1227 0.9496 0.0911,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.7243 0.0911 1.2790};&lt;/P&gt;&lt;P&gt;call eigen(val, vec, P`);&lt;/P&gt;&lt;P&gt;print val vec;&lt;/P&gt;&lt;P&gt;w = vec[,2]; /* second column is eigenvector for 1 */&lt;/P&gt;&lt;P&gt;check = w`*P - w`;&lt;/P&gt;&lt;P&gt;print check;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2012 18:02:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-solve-the-equation/m-p/99417#M714</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2012-07-04T18:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve the equation?</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-solve-the-equation/m-p/99418#M715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jul 2012 07:14:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-solve-the-equation/m-p/99418#M715</guid>
      <dc:creator>qkaiwei</dc:creator>
      <dc:date>2012-07-08T07:14:31Z</dc:date>
    </item>
  </channel>
</rss>

