<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, How to use multiple variables in a repetition statement</title>
    <link>http://www.mapleprimes.com/questions/126034-How-To-Use-Multiple-Variables-In-A-Repetition</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Tue, 09 Jun 2026 13:23:32 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 13:23:32 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, How to use multiple variables in a repetition statement</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, How to use multiple variables in a repetition statement</title>
      <link>http://www.mapleprimes.com/questions/126034-How-To-Use-Multiple-Variables-In-A-Repetition</link>
    </image>
    <item>
      <title>By double loop</title>
      <link>http://www.mapleprimes.com/questions/126034-How-To-Use-Multiple-Variables-In-A-Repetition?ref=Feed:MaplePrimes:How to use multiple variables in a repetition statement:Comments#answer126041</link>
      <itunes:summary>&lt;p&gt;It can be done as follows.&lt;/p&gt;
&lt;p&gt;&amp;gt; for m to 100 do for n to 100 do R(n, m) := n*a1+m*a2 end do end do;#Maple asks whether R(n,m) is a function&lt;/p&gt;
&lt;p&gt;&amp;gt; R(7, 8);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7*a1+8*a2&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;It can be done as follows.&lt;/p&gt;
&lt;p&gt;&amp;gt; for m to 100 do for n to 100 do R(n, m) := n*a1+m*a2 end do end do;#Maple asks whether R(n,m) is a function&lt;/p&gt;
&lt;p&gt;&amp;gt; R(7, 8);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7*a1+8*a2&lt;/p&gt;</description>
      <guid>126041</guid>
      <pubDate>Wed, 28 Sep 2011 22:30:37 Z</pubDate>
      <itunes:author>Markiyan Hirnyk</itunes:author>
      <author>Markiyan Hirnyk</author>
    </item>
    <item>
      <title>One way</title>
      <link>http://www.mapleprimes.com/questions/126034-How-To-Use-Multiple-Variables-In-A-Repetition?ref=Feed:MaplePrimes:How to use multiple variables in a repetition statement:Comments#answer126042</link>
      <itunes:summary>&lt;p&gt;If I understand, you can do &lt;/p&gt;
&lt;p&gt;R:=(n,m)-&amp;gt;n*&amp;lt;a1,a2&amp;gt;+m*&amp;lt;b1,b2&amp;gt;;&lt;/p&gt;
&lt;p&gt;R(2,1);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;If I understand, you can do &lt;/p&gt;
&lt;p&gt;R:=(n,m)-&amp;gt;n*&amp;lt;a1,a2&amp;gt;+m*&amp;lt;b1,b2&amp;gt;;&lt;/p&gt;
&lt;p&gt;R(2,1);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;</description>
      <guid>126042</guid>
      <pubDate>Wed, 28 Sep 2011 22:39:17 Z</pubDate>
      <itunes:author>Kamel Boughrara</itunes:author>
      <author>Kamel Boughrara</author>
    </item>
  </channel>
</rss>