<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, iterative process</title>
    <link>http://www.mapleprimes.com/questions/142100-Iterative-Process</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 10:03:05 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 10:03:05 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, iterative process</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, iterative process</title>
      <link>http://www.mapleprimes.com/questions/142100-Iterative-Process</link>
    </image>
    <item>
      <title>randcomb</title>
      <link>http://www.mapleprimes.com/questions/142100-Iterative-Process?ref=Feed:MaplePrimes:iterative process:Comments#answer142102</link>
      <itunes:summary>&lt;p&gt;Something like this works:&lt;/p&gt;
&lt;p&gt;L:=seq(1/n,n=1..100): &lt;br&gt;f:=(M,N)-&amp;gt;M+N+M*N;&lt;br&gt;while nops([L])&amp;gt;1 do &lt;br&gt;&amp;nbsp;&amp;nbsp; n,m:=op(combinat:-randcomb(nops([L]),2)); #Two random indices in the range 1..nops([L])&lt;br&gt;&amp;nbsp;&amp;nbsp; L:=f(L[n],L[m]),L[1..n-1],L[n+1..m-1],L[m+1..-1] &lt;br&gt;end do: &lt;br&gt;L;&lt;br&gt;&lt;br&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Something like this works:&lt;/p&gt;
&lt;p&gt;L:=seq(1/n,n=1..100): &lt;br&gt;f:=(M,N)-&amp;gt;M+N+M*N;&lt;br&gt;while nops([L])&amp;gt;1 do &lt;br&gt;&amp;nbsp;&amp;nbsp; n,m:=op(combinat:-randcomb(nops([L]),2)); #Two random indices in the range 1..nops([L])&lt;br&gt;&amp;nbsp;&amp;nbsp; L:=f(L[n],L[m]),L[1..n-1],L[n+1..m-1],L[m+1..-1] &lt;br&gt;end do: &lt;br&gt;L;&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>
      <guid>142102</guid>
      <pubDate>Sun, 06 Jan 2013 18:47:12 Z</pubDate>
      <itunes:author>Preben Alsholm</itunes:author>
      <author>Preben Alsholm</author>
    </item>
  </channel>
</rss>