<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, plot in 3d function of recurrence relation</title>
    <link>http://www.mapleprimes.com/questions/35819-Plot-In-3d-Function-Of-Recurrence-Relation</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 12:16:16 GMT</lastBuildDate>
    <pubDate>Wed, 10 Jun 2026 12:16:16 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, plot in 3d function of recurrence relation</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, plot in 3d function of recurrence relation</title>
      <link>http://www.mapleprimes.com/questions/35819-Plot-In-3d-Function-Of-Recurrence-Relation</link>
    </image>
    <item>
      <title>spacecurve or pointplot3d</title>
      <link>http://www.mapleprimes.com/questions/35819-Plot-In-3d-Function-Of-Recurrence-Relation?ref=Feed:MaplePrimes:plot in 3d function of recurrence relation:Comments#answer45236</link>
      <itunes:summary>&lt;p&gt;You can use either &lt;b&gt;spacecurve&lt;/b&gt; or &lt;b&gt;pointplot3d&lt;/b&gt; in the &lt;b&gt;plots&lt;/b&gt; package to plot a list of points, optionally joining them with line segments.&amp;nbsp; For example:&lt;/p&gt;
&lt;pre&gt;
V[0]:= -1:
V[1]:= -2:
for i from 2 to 100 do V[i]:= 0.3*V[i-1] - V[i-2] end do:
plots[pointplot3d]([seq([V[i],V[i-1],i],i=1..100)],
   colour=black,axes=box);
&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;You can use either &lt;b&gt;spacecurve&lt;/b&gt; or &lt;b&gt;pointplot3d&lt;/b&gt; in the &lt;b&gt;plots&lt;/b&gt; package to plot a list of points, optionally joining them with line segments.&amp;nbsp; For example:&lt;/p&gt;
&lt;pre&gt;
V[0]:= -1:
V[1]:= -2:
for i from 2 to 100 do V[i]:= 0.3*V[i-1] - V[i-2] end do:
plots[pointplot3d]([seq([V[i],V[i-1],i],i=1..100)],
   colour=black,axes=box);
&lt;/pre&gt;</description>
      <guid>45236</guid>
      <pubDate>Thu, 04 Feb 2010 00:18:16 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>symbolsize</title>
      <link>http://www.mapleprimes.com/questions/35819-Plot-In-3d-Function-Of-Recurrence-Relation?ref=Feed:MaplePrimes:plot in 3d function of recurrence relation:Comments#comment45237</link>
      <itunes:summary>&lt;p&gt;Robert's pointplot3d looks much better in Standard than in Classic, so if you're going to use Classic, you may perhaps wish to have some control over the size of the printed symbols this way:&lt;/p&gt;
&lt;pre&gt;
plots[pointplot3d]([seq([V[i],V[i-1],i],i=1..100)], 
colour=black,axes=box,symbol=diamond,symbolsize=10);
&lt;/pre&gt;
&lt;p&gt;Details may be found here &lt;b&gt;?plot3d,options&lt;/b&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Robert's pointplot3d looks much better in Standard than in Classic, so if you're going to use Classic, you may perhaps wish to have some control over the size of the printed symbols this way:&lt;/p&gt;
&lt;pre&gt;
plots[pointplot3d]([seq([V[i],V[i-1],i],i=1..100)], 
colour=black,axes=box,symbol=diamond,symbolsize=10);
&lt;/pre&gt;
&lt;p&gt;Details may be found here &lt;b&gt;?plot3d,options&lt;/b&gt;&lt;/p&gt;</description>
      <guid>45237</guid>
      <pubDate>Thu, 04 Feb 2010 21:35:00 Z</pubDate>
      <itunes:author>PatrickT</itunes:author>
      <author>PatrickT</author>
    </item>
  </channel>
</rss>