<?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: can anybody explain me these two statements? Any reference to read? Thanks in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/can-anybody-explain-me-these-two-statements-Any-reference-to/m-p/272840#M2786</link>
    <description>&lt;P&gt;The first statement is equivalent to&amp;nbsp;&lt;/P&gt;
&lt;P&gt;a = -w*w;&lt;/P&gt;
&lt;P&gt;which is matrix multiplication.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The second&amp;nbsp;statement is equivalent to&amp;nbsp;&lt;/P&gt;
&lt;P&gt;a = x[2,1];&lt;/P&gt;
&lt;P&gt;because transpose means flip the matrix across the main diagonal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It sounds like you have some very basic questions about the SAS/IML language. You might want to look at these resources to help you get started with the language:&lt;A href="http://blogs.sas.com/content/iml/2014/08/11/ten-tips-for-learning-sasiml.html" target="_self"&gt; "Ten tips for learning the SAS/IML language."&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 24 May 2016 18:43:03 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2016-05-24T18:43:03Z</dc:date>
    <item>
      <title>can anybody explain me these two statements? Any reference to read? Thanks</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/can-anybody-explain-me-these-two-statements-Any-reference-to/m-p/272826#M2784</link>
      <description>&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;a=-w**&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;2&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;a=x`[&lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;,&lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;2&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;];&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 18:31:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/can-anybody-explain-me-these-two-statements-Any-reference-to/m-p/272826#M2784</guid>
      <dc:creator>Bal23</dc:creator>
      <dc:date>2016-05-24T18:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: can anybody explain me these two statements? Any reference to read? Thanks</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/can-anybody-explain-me-these-two-statements-Any-reference-to/m-p/272829#M2785</link>
      <description>&lt;P&gt;IML Operators&lt;BR /&gt;&lt;A href="http://support.sas.com/rnd/app/iml/matrix.html" target="_blank"&gt;http://support.sas.com/rnd/app/iml/matrix.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Base SAS operators&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#a000780367.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#a000780367.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;** is Exponentiation&lt;/P&gt;
&lt;P&gt;` is transpose for a matrix&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 18:33:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/can-anybody-explain-me-these-two-statements-Any-reference-to/m-p/272829#M2785</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-05-24T18:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: can anybody explain me these two statements? Any reference to read? Thanks</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/can-anybody-explain-me-these-two-statements-Any-reference-to/m-p/272840#M2786</link>
      <description>&lt;P&gt;The first statement is equivalent to&amp;nbsp;&lt;/P&gt;
&lt;P&gt;a = -w*w;&lt;/P&gt;
&lt;P&gt;which is matrix multiplication.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The second&amp;nbsp;statement is equivalent to&amp;nbsp;&lt;/P&gt;
&lt;P&gt;a = x[2,1];&lt;/P&gt;
&lt;P&gt;because transpose means flip the matrix across the main diagonal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It sounds like you have some very basic questions about the SAS/IML language. You might want to look at these resources to help you get started with the language:&lt;A href="http://blogs.sas.com/content/iml/2014/08/11/ten-tips-for-learning-sasiml.html" target="_self"&gt; "Ten tips for learning the SAS/IML language."&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 18:43:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/can-anybody-explain-me-these-two-statements-Any-reference-to/m-p/272840#M2786</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-05-24T18:43:03Z</dc:date>
    </item>
  </channel>
</rss>

