<?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 If you ran Mathematica on the in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-make-eigenvectors-obtained-from-geev-orthorgonal/m-p/983537#M17594</link>
    <description>&lt;P&gt;If you ran Mathematica on the 3 X 3 matrix that you gave above, you would not have obtained the eigenvalues as 2, -1 and -1. If the matrix that you gave Mathematica was the same matrix but with the diagonal elements replaced by zero, your comparison is not valid. Furthermore, your example does not agree with your original statement that "The obtained eigenvalues from the subroutine zgeev are precise".&lt;/P&gt;

&lt;P&gt;Please make valid comparisons and report what you did accurately&lt;/P&gt;</description>
    <pubDate>Tue, 27 Aug 2013 13:16:22 GMT</pubDate>
    <dc:creator>mecej4</dc:creator>
    <dc:date>2013-08-27T13:16:22Z</dc:date>
    <item>
      <title>how to make eigenvectors ( obtained from _geev )  orthorgonal?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-make-eigenvectors-obtained-from-geev-orthorgonal/m-p/983534#M17591</link>
      <description>&lt;P&gt;I am looking for the eigenvectors &amp;amp; eigenvalues of a non-symmetric, complex-valued matrix. The matrix is a Hermitian matrix with some diagonal imaginary terms added, which is then non-hermitian. The obtained eigenvalues from the subroutine zgeev are precise, but, the eigenvectors are not, when I compare the results using zgeev with the results obtained from Mathematica. I think the problem is that it is not guaranteed that, the obtained eigenvectors from zgeev are orthorgonal, though, I have no idea why that the results obtained from Mathematica are perfect, ie. The eigenvectors are orthornomal and complete. Should I impose further procedure after using zgeev, to make sure the eigenvectors are orthonormal?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for any reply&amp;amp;comments.&lt;BR /&gt;&lt;BR /&gt;CH.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2013 13:41:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-make-eigenvectors-obtained-from-geev-orthorgonal/m-p/983534#M17591</guid>
      <dc:creator>Weng__Chi-Hung</dc:creator>
      <dc:date>2013-08-26T13:41:47Z</dc:date>
    </item>
    <item>
      <title>Please present details,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-make-eigenvectors-obtained-from-geev-orthorgonal/m-p/983535#M17592</link>
      <description>&lt;P&gt;Please present details, preferably using a short example, to support your claim.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2013 15:50:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-make-eigenvectors-obtained-from-geev-orthorgonal/m-p/983535#M17592</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2013-08-26T15:50:40Z</dc:date>
    </item>
    <item>
      <title>for more explicitly, I am</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-make-eigenvectors-obtained-from-geev-orthorgonal/m-p/983536#M17593</link>
      <description>&lt;P&gt;for more explicitly, I am doing this as a check, it is a 3X3 matrix. and there is a complex number only at matrix(1,1)&lt;BR /&gt;&lt;BR /&gt;matrix = {{ -6.75490294261523187*(10^-4) + (i *(-10^-3)), 1,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; }, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 0, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; }, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 1,&amp;nbsp; 6.75490294261523187*(10^-4)&amp;nbsp; }}&lt;BR /&gt;&lt;BR /&gt;The matrix is non-symmetric. therefore I call zgeev for solving this. and it yields the following eigenvalues(here I output the real part of it only):&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 2.0000000273480896&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp; -1.0003672906735881&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;-0.99963273667450081 &lt;BR /&gt;&lt;BR /&gt;However, in mathematica, it is (real part of the eigenvalue)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 2&lt;BR /&gt;&amp;nbsp; -1&lt;BR /&gt;&amp;nbsp; -1&lt;BR /&gt;I am wondering that maybe due to quasi-degeneracy, the eigenvalues are not precise enough (also the eigenvectors). Should I find ways to increase the precision or, try other subroutines for dealing degeneracy eigenvalues?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2013 10:35:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-make-eigenvectors-obtained-from-geev-orthorgonal/m-p/983536#M17593</guid>
      <dc:creator>Weng__Chi-Hung</dc:creator>
      <dc:date>2013-08-27T10:35:43Z</dc:date>
    </item>
    <item>
      <title>If you ran Mathematica on the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-make-eigenvectors-obtained-from-geev-orthorgonal/m-p/983537#M17594</link>
      <description>&lt;P&gt;If you ran Mathematica on the 3 X 3 matrix that you gave above, you would not have obtained the eigenvalues as 2, -1 and -1. If the matrix that you gave Mathematica was the same matrix but with the diagonal elements replaced by zero, your comparison is not valid. Furthermore, your example does not agree with your original statement that "The obtained eigenvalues from the subroutine zgeev are precise".&lt;/P&gt;

&lt;P&gt;Please make valid comparisons and report what you did accurately&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2013 13:16:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-make-eigenvectors-obtained-from-geev-orthorgonal/m-p/983537#M17594</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2013-08-27T13:16:22Z</dc:date>
    </item>
    <item>
      <title>sorry for the wrong results..</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-make-eigenvectors-obtained-from-geev-orthorgonal/m-p/983538#M17595</link>
      <description>&lt;P&gt;sorry for the wrong results...the real part of the eigenvalue was not what I had written here. I am new to mathematica. &lt;BR /&gt;&lt;BR /&gt;I discovered that if I set &lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; N[Eigenvalues[mat],14]&lt;/EM&gt;&lt;BR /&gt;in mathematica, it would yield the same eigenvalues as what I have got using fortran+zgeev&lt;BR /&gt;though, if I set&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;N[ Eigenvalues[mat] ]&lt;/EM&gt;&lt;BR /&gt;in mathematica then it is somehow different. therefore the precision of the eigenvalues seems not converged when I use fortran..?&lt;BR /&gt;&lt;BR /&gt;also the left/right eigenvectors are always not in accordance...&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2013 16:06:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-make-eigenvectors-obtained-from-geev-orthorgonal/m-p/983538#M17595</guid>
      <dc:creator>Weng__Chi-Hung</dc:creator>
      <dc:date>2013-08-27T16:06:45Z</dc:date>
    </item>
    <item>
      <title>Quote:Chi-Hung W. wrote:also</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-make-eigenvectors-obtained-from-geev-orthorgonal/m-p/983539#M17596</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Chi-Hung W. wrote:&lt;BR /&gt;also the left/right eigenvectors are always not in accordance&lt;/BLOCKQUOTE&gt;Again, a simple statement such as that is not enough to go on. Note also that if &lt;STRONG&gt;v&lt;/STRONG&gt; is an eigenvector, so is &lt;EM&gt;c&lt;/EM&gt;&lt;STRONG&gt;v&lt;/STRONG&gt;, where &lt;EM&gt;c&lt;/EM&gt; is a complex constant different from zero. Different packages may use different conventions for choosing the constant.&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2013 16:26:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-make-eigenvectors-obtained-from-geev-orthorgonal/m-p/983539#M17596</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2013-08-27T16:26:11Z</dc:date>
    </item>
  </channel>
</rss>

