<?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: Matrices in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Matrices/m-p/147873#M1273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the section here on "extracting rows and columns".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/publishing/pubcat/chaps/63119.pdf" title="http://support.sas.com/publishing/pubcat/chaps/63119.pdf"&gt;http://support.sas.com/publishing/pubcat/chaps/63119.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 May 2014 07:48:03 GMT</pubDate>
    <dc:creator>IanWakeling</dc:creator>
    <dc:date>2014-05-07T07:48:03Z</dc:date>
    <item>
      <title>Matrices</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Matrices/m-p/147872#M1272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;proc iml; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a = {1 2, 3 4}; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; c= {1 0, 0 1};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b = a || c; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; d = echelon(b);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; x1 = d[1,3];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; x2= d[1,4] ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; x3 = d[2,3];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; x4 = d[2,4]; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; e = {0 0, 0 0};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; e[1,1] = x1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; e[1,2] = x2;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; e[2,1]= x3;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; e[2,2]= x4;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;print d, e;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the and easier way to put grab the take the 2x2 matrix out of the 2 by 4 matrix?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 20:45:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Matrices/m-p/147872#M1272</guid>
      <dc:creator>arbongard</dc:creator>
      <dc:date>2014-05-06T20:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Matrices</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Matrices/m-p/147873#M1273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the section here on "extracting rows and columns".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/publishing/pubcat/chaps/63119.pdf" title="http://support.sas.com/publishing/pubcat/chaps/63119.pdf"&gt;http://support.sas.com/publishing/pubcat/chaps/63119.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 07:48:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Matrices/m-p/147873#M1273</guid>
      <dc:creator>IanWakeling</dc:creator>
      <dc:date>2014-05-07T07:48:03Z</dc:date>
    </item>
  </channel>
</rss>

