<?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 matrix inversion in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/matrix-inversion/m-p/951092#M19563</link>
    <description>Hi all &lt;BR /&gt; &lt;BR /&gt;I am trying to divide one matrix by another. To do this I have to do a matrix inversion. Does anyone know if there is a specific command to do this directly as for the matmul command. &lt;BR /&gt; &lt;BR /&gt;thanks in advance &lt;BR /&gt; &lt;BR /&gt;eugenio</description>
    <pubDate>Tue, 15 May 2001 16:07:14 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2001-05-15T16:07:14Z</dc:date>
    <item>
      <title>matrix inversion</title>
      <link>https://community.intel.com/t5/Software-Archive/matrix-inversion/m-p/951092#M19563</link>
      <description>Hi all &lt;BR /&gt; &lt;BR /&gt;I am trying to divide one matrix by another. To do this I have to do a matrix inversion. Does anyone know if there is a specific command to do this directly as for the matmul command. &lt;BR /&gt; &lt;BR /&gt;thanks in advance &lt;BR /&gt; &lt;BR /&gt;eugenio</description>
      <pubDate>Tue, 15 May 2001 16:07:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/matrix-inversion/m-p/951092#M19563</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-05-15T16:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: matrix inversion</title>
      <link>https://community.intel.com/t5/Software-Archive/matrix-inversion/m-p/951093#M19564</link>
      <description>You cannot divide, you must multiply your matrix by the inverse of the other matrix (or multiply the inverse by your matrix - note that the order you do it is important for matrices - IGYKT).  &lt;BR /&gt;ALso, not all matrices have inverses, so this area can be a can of worms if your matrix turns out to be the awkward type. There exist numerous methods for determining an inverse and whether one exists - you will have  to find and link to a library which contains a suitable matrix-inversion routine, possibly one tailored to your specific type of matrix (e.g. symmetric, non-symmetric, block diagonal, real, complex, sparse, ill-conditioned, or any combination of these). Good luck.</description>
      <pubDate>Tue, 15 May 2001 20:19:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/matrix-inversion/m-p/951093#M19564</guid>
      <dc:creator>isn-removed200637</dc:creator>
      <dc:date>2001-05-15T20:19:54Z</dc:date>
    </item>
  </channel>
</rss>

