<?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 Multiple two data table (matrics multiplying) in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Multiple-two-data-table-matrics-multiplying/m-p/39627#M4738</link>
    <description>Hi.&lt;BR /&gt;
&lt;BR /&gt;
How can I multiply two tables easily?  &lt;BR /&gt;
(e.g. 3x4 table multiply with 4x1 table to become 3x1 tables) &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Table 1 &lt;/B&gt;    &lt;BR /&gt;
A B C D&lt;BR /&gt;
0 1 0 1&lt;BR /&gt;
1 0 1 0&lt;BR /&gt;
1 1 1 1&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Table 2&lt;/B&gt;&lt;BR /&gt;
a   12   &lt;BR /&gt;
b   3   &lt;BR /&gt;
c   5&lt;BR /&gt;
d   7&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;Output&lt;/U&gt; = A*a +B*b +C*c+D*d &lt;BR /&gt;
A B C D Output&lt;BR /&gt;
0  1 0 1  10&lt;BR /&gt;
1  0 1 0  17&lt;BR /&gt;
1  1 1 1  27</description>
    <pubDate>Tue, 02 Jun 2009 00:36:44 GMT</pubDate>
    <dc:creator>JChan10</dc:creator>
    <dc:date>2009-06-02T00:36:44Z</dc:date>
    <item>
      <title>Multiple two data table (matrics multiplying)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Multiple-two-data-table-matrics-multiplying/m-p/39627#M4738</link>
      <description>Hi.&lt;BR /&gt;
&lt;BR /&gt;
How can I multiply two tables easily?  &lt;BR /&gt;
(e.g. 3x4 table multiply with 4x1 table to become 3x1 tables) &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Table 1 &lt;/B&gt;    &lt;BR /&gt;
A B C D&lt;BR /&gt;
0 1 0 1&lt;BR /&gt;
1 0 1 0&lt;BR /&gt;
1 1 1 1&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Table 2&lt;/B&gt;&lt;BR /&gt;
a   12   &lt;BR /&gt;
b   3   &lt;BR /&gt;
c   5&lt;BR /&gt;
d   7&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;Output&lt;/U&gt; = A*a +B*b +C*c+D*d &lt;BR /&gt;
A B C D Output&lt;BR /&gt;
0  1 0 1  10&lt;BR /&gt;
1  0 1 0  17&lt;BR /&gt;
1  1 1 1  27</description>
      <pubDate>Tue, 02 Jun 2009 00:36:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Multiple-two-data-table-matrics-multiplying/m-p/39627#M4738</guid>
      <dc:creator>JChan10</dc:creator>
      <dc:date>2009-06-02T00:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple two data table (matrics multiplying)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Multiple-two-data-table-matrics-multiplying/m-p/39628#M4739</link>
      <description>That's reasonably easy to do in IML, but it is not what EGuide was designed for.  Check out the SAS/IML Studio in 9.2 .</description>
      <pubDate>Tue, 02 Jun 2009 17:31:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Multiple-two-data-table-matrics-multiplying/m-p/39628#M4739</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-06-02T17:31:15Z</dc:date>
    </item>
  </channel>
</rss>

