<?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: SAS function EIGVEC and R software function eigen in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-function-EIGVEC-and-R-software-function-eigen/m-p/272141#M2769</link>
    <description>thank that s very  kind from you. &lt;BR /&gt;please,can you give somme of them&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 20 May 2016 20:32:32 GMT</pubDate>
    <dc:creator>LineMoon</dc:creator>
    <dc:date>2016-05-20T20:32:32Z</dc:date>
    <item>
      <title>SAS function EIGVEC and R software function eigen</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-function-EIGVEC-and-R-software-function-eigen/m-p/271904#M2766</link>
      <description>&lt;P&gt;Hello expert,&lt;/P&gt;
&lt;P&gt;My question is about EIGVEC function&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why for the same Matrix : M&lt;/P&gt;
&lt;P&gt;in SAS&amp;nbsp; IML&lt;/P&gt;
&lt;P&gt;H=eigvec(M) gives this error:&lt;/P&gt;
&lt;P&gt;ERROR :Floating zero divide&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In R software&lt;/P&gt;
&lt;P&gt;if we write&lt;/P&gt;
&lt;P&gt;eigen(V) gives the rusults.&lt;/P&gt;
&lt;P&gt;We do not get an error.&lt;/P&gt;
&lt;P&gt;So, why we have an error in sas, but we do not have an orror in R&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2016 06:03:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-function-EIGVEC-and-R-software-function-eigen/m-p/271904#M2766</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2016-05-20T06:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAS function EIGVEC and R software function eigen</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-function-EIGVEC-and-R-software-function-eigen/m-p/271924#M2767</link>
      <description>&lt;P&gt;Not to sound like a broken record, but please post data so we can replicate your issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2016 08:55:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-function-EIGVEC-and-R-software-function-eigen/m-p/271924#M2767</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-05-20T08:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS function EIGVEC and R software function eigen</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-function-EIGVEC-and-R-software-function-eigen/m-p/271938#M2768</link>
      <description>&lt;P&gt;Eigenvectors are not unique, so in general you shouldn't expect that two software packages will compute the same set of eigenvectors.&lt;/P&gt;
&lt;P&gt;However, it is interesting that one package stops with an error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are several reasons why SAS/IML could fail to give an answer, but it is impossible to guess without seeing the data. If you think the computation is incorrect, please open a track with SAS technical support and provide your version of SAS, the data, and the program.&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2016 10:39:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-function-EIGVEC-and-R-software-function-eigen/m-p/271938#M2768</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-05-20T10:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAS function EIGVEC and R software function eigen</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-function-EIGVEC-and-R-software-function-eigen/m-p/272141#M2769</link>
      <description>thank that s very  kind from you. &lt;BR /&gt;please,can you give somme of them&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 20 May 2016 20:32:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-function-EIGVEC-and-R-software-function-eigen/m-p/272141#M2769</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2016-05-20T20:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAS function EIGVEC and R software function eigen</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-function-EIGVEC-and-R-software-function-eigen/m-p/272175#M2770</link>
      <description>&lt;P&gt;Anything I say would be purely conjecture. The reasons are typically related to the data (matrix). Numerical linear algebra computations are sensitive to &lt;A href="https://en.wikipedia.org/wiki/Condition_number" target="_self"&gt;the condition number of a matrix&lt;/A&gt;. So, for example, if your matrix is ill conditioned then numerical computations could be unstable and small roundoff errors&amp;nbsp;could &amp;nbsp;accumulate.&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2016 21:09:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-function-EIGVEC-and-R-software-function-eigen/m-p/272175#M2770</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-05-20T21:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAS function EIGVEC and R software function eigen</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-function-EIGVEC-and-R-software-function-eigen/m-p/272239#M2771</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS still usually uses this method to calculate eigvec , in page 518 ?&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.okstate.edu/sas/v7/saspdf/iml/chap17.pdf" target="_blank"&gt;http://www.okstate.edu/sas/v7/saspdf/iml/chap17.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For dbbeugging the IML program,&lt;/P&gt;
&lt;P&gt;when I make call for eigvec(A)&lt;/P&gt;
&lt;P&gt;I will possible to have somme options in sas 9.2 under unix to do this:&lt;/P&gt;
&lt;P&gt;- stop running after the error message.&lt;/P&gt;
&lt;P&gt;-debeugging the call of eigvec or making a break point&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 May 2016 13:47:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-function-EIGVEC-and-R-software-function-eigen/m-p/272239#M2771</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2016-05-21T13:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAS function EIGVEC and R software function eigen</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-function-EIGVEC-and-R-software-function-eigen/m-p/272284#M2772</link>
      <description>&lt;P&gt;A few comments:&lt;/P&gt;
&lt;P&gt;1. You cannont conclude that "SAS uses this method."&amp;nbsp; Different parts of SAS use different eigenvector computations, including sparse algorithms, multithreaded algorithms, and symmetric vs unsymmetric algorithms.&lt;/P&gt;
&lt;P&gt;2. &lt;A href="http://blogs.sas.com/content/iml/2013/08/02/how-old-is-your-version-of-sas-release-dates-for-sas-software.html" target="_self"&gt;SAS 9.2 is very old&lt;/A&gt;... from 2008. It is possible that this problem does not exist in more recent releases.&lt;/P&gt;
&lt;P&gt;3. You should&lt;A href="https://support.sas.com/ctx/supportform/createForm" target="_self"&gt; open a track with Technical Support &lt;/A&gt;so that the SAS developers can determine the source of the problem.&amp;nbsp; Without seeing your matrix, there is no way to proceed.&lt;/P&gt;</description>
      <pubDate>Sat, 21 May 2016 22:43:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-function-EIGVEC-and-R-software-function-eigen/m-p/272284#M2772</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-05-21T22:43:55Z</dc:date>
    </item>
  </channel>
</rss>

