<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, index problems in a for loop...please help!</title>
    <link>http://www.mapleprimes.com/questions/98114-Index-Problems-In-A-For-Loopplease-Help</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Wed, 10 Jun 2026 17:49:19 GMT</lastBuildDate>
    <pubDate>Wed, 10 Jun 2026 17:49:19 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, index problems in a for loop...please help!</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, index problems in a for loop...please help!</title>
      <link>http://www.mapleprimes.com/questions/98114-Index-Problems-In-A-For-Loopplease-Help</link>
    </image>
    <item>
      <title>try ||</title>
      <link>http://www.mapleprimes.com/questions/98114-Index-Problems-In-A-For-Loopplease-Help?ref=Feed:MaplePrimes:index problems in a for loop...please help!:Comments#answer98116</link>
      <itunes:summary>&lt;p&gt;Use the concatenation operator&lt;/p&gt;
&lt;p&gt;As an example&lt;/p&gt;
&lt;p&gt;for i from 1 to 5 do&lt;br&gt;&amp;nbsp; f||i;&lt;br&gt;end do&lt;/p&gt;
&lt;p&gt;f1&lt;br&gt;f2&lt;br&gt;f3&lt;br&gt;f4&lt;br&gt;f5&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Use the concatenation operator&lt;/p&gt;
&lt;p&gt;As an example&lt;/p&gt;
&lt;p&gt;for i from 1 to 5 do&lt;br&gt;&amp;nbsp; f||i;&lt;br&gt;end do&lt;/p&gt;
&lt;p&gt;f1&lt;br&gt;f2&lt;br&gt;f3&lt;br&gt;f4&lt;br&gt;f5&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>98116</guid>
      <pubDate>Mon, 25 Oct 2010 18:04:14 Z</pubDate>
      <itunes:author>Christopher2222</itunes:author>
      <author>Christopher2222</author>
    </item>
    <item>
      <title>cat</title>
      <link>http://www.mapleprimes.com/questions/98114-Index-Problems-In-A-For-Loopplease-Help?ref=Feed:MaplePrimes:index problems in a for loop...please help!:Comments#answer98117</link>
      <itunes:summary>&lt;p&gt;For example,&lt;/p&gt;
&lt;pre&gt;f1:=Matrix(1,`+`);

                              f1 := [2]

f2:=Matrix(2,`-`);

                                 [0    -1]
                           f2 := [       ]
                                 [1     0]

for i to 2 do f||i^2 od;

                                 [4]


                              [-1     0]
                              [        ]
                              [ 0    -1]
&lt;/pre&gt;
&lt;!--break--&gt;
&lt;p&gt;_______________&lt;br&gt; Alec Mihailovs, PhD&lt;br&gt; Maplesoft Member&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;For example,&lt;/p&gt;
&lt;pre&gt;f1:=Matrix(1,`+`);

                              f1 := [2]

f2:=Matrix(2,`-`);

                                 [0    -1]
                           f2 := [       ]
                                 [1     0]

for i to 2 do f||i^2 od;

                                 [4]


                              [-1     0]
                              [        ]
                              [ 0    -1]
&lt;/pre&gt;
&lt;!--break--&gt;
&lt;p&gt;_______________&lt;br&gt; Alec Mihailovs, PhD&lt;br&gt; Maplesoft Member&lt;/p&gt;</description>
      <guid>98117</guid>
      <pubDate>Mon, 25 Oct 2010 18:05:10 Z</pubDate>
      <itunes:author>Alec Mihailovs</itunes:author>
      <author>Alec Mihailovs</author>
    </item>
    <item>
      <title>Thankyou!&amp;nbsp; That is a great help.</title>
      <link>http://www.mapleprimes.com/questions/98114-Index-Problems-In-A-For-Loopplease-Help?ref=Feed:MaplePrimes:index problems in a for loop...please help!:Comments#comment98128</link>
      <itunes:summary>&lt;p&gt;Thankyou!&amp;nbsp; That is a great help.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Thankyou!&amp;nbsp; That is a great help.&lt;/p&gt;</description>
      <guid>98128</guid>
      <pubDate>Mon, 25 Oct 2010 21:41:05 Z</pubDate>
      <itunes:author>mrbohn1</itunes:author>
      <author>mrbohn1</author>
    </item>
  </channel>
</rss>