<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Plotting Fern , Help</title>
    <link>http://www.mapleprimes.com/questions/101062-Plotting-Fern--Help</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 07:15:27 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 07:15:27 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Plotting Fern , Help</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Plotting Fern , Help</title>
      <link>http://www.mapleprimes.com/questions/101062-Plotting-Fern--Help</link>
    </image>
    <item>
      <title>Overuse of n</title>
      <link>http://www.mapleprimes.com/questions/101062-Plotting-Fern--Help?ref=Feed:MaplePrimes:Plotting Fern , Help:Comments#answer101100</link>
      <itunes:summary>&lt;p&gt;You have n as both a formal parameter and a local variable of Fern.&amp;nbsp; Apparently these are supposed to be two different variables.&amp;nbsp; I suspect the local variable is the one that is supposed to be assigned a sequence of points, while the formal parameter is an integer.&amp;nbsp; But then you also have an index variable for your for loop, also called n; this should be another local variable.&lt;/p&gt;
&lt;p&gt;You end up plotting n(12500).&amp;nbsp; I don't know what that's supposed to be, but if this n is the sequence of points, the 12500 will have no effect.&amp;nbsp; You would want to make this sequence into a list, though, in order to plot it.&lt;/p&gt;
&lt;p&gt;Finally, you probably want end proc at the end of your procedure.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;You have n as both a formal parameter and a local variable of Fern.&amp;nbsp; Apparently these are supposed to be two different variables.&amp;nbsp; I suspect the local variable is the one that is supposed to be assigned a sequence of points, while the formal parameter is an integer.&amp;nbsp; But then you also have an index variable for your for loop, also called n; this should be another local variable.&lt;/p&gt;
&lt;p&gt;You end up plotting n(12500).&amp;nbsp; I don't know what that's supposed to be, but if this n is the sequence of points, the 12500 will have no effect.&amp;nbsp; You would want to make this sequence into a list, though, in order to plot it.&lt;/p&gt;
&lt;p&gt;Finally, you probably want end proc at the end of your procedure.&lt;/p&gt;</description>
      <guid>101100</guid>
      <pubDate>Sun, 23 Jan 2011 13:36:40 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
  </channel>
</rss>