<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Plotting 2 independent curves on the same 3D plot</title>
    <link>http://www.mapleprimes.com/questions/102077-Plotting-2-Independent-Curves-On-The-Same-3D-Plot</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Sat, 13 Jun 2026 21:04:19 GMT</lastBuildDate>
    <pubDate>Sat, 13 Jun 2026 21:04:19 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Plotting 2 independent curves on the same 3D plot</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Plotting 2 independent curves on the same 3D plot</title>
      <link>http://www.mapleprimes.com/questions/102077-Plotting-2-Independent-Curves-On-The-Same-3D-Plot</link>
    </image>
    <item>
      <title>parametric plot3d</title>
      <link>http://www.mapleprimes.com/questions/102077-Plotting-2-Independent-Curves-On-The-Same-3D-Plot?ref=Feed:MaplePrimes:Plotting 2 independent curves on the same 3D plot:Comments#answer102078</link>
      <itunes:summary>&lt;p&gt;Do you mean this kind of thing?&lt;/p&gt;
&lt;pre&gt;P1:=1+Q1^2:
P2:=5-Q2^2:

plot3d([[0,Q2,P2],[Q1,0,P1]],Q1=-1..1,Q2=-1..1,axes=box);
&lt;/pre&gt;
&lt;p&gt;Each of the two curves can be done like the third calling-sequence on the &lt;a href="http://www.maplesoft.com/support/help/search.aspx?term=plot3d"&gt;?plot3d&lt;/a&gt; help page, for parametric plots. And since there are two such surfaces/curves, I put both inside another set of square brackets.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Do you mean this kind of thing?&lt;/p&gt;
&lt;pre&gt;P1:=1+Q1^2:
P2:=5-Q2^2:

plot3d([[0,Q2,P2],[Q1,0,P1]],Q1=-1..1,Q2=-1..1,axes=box);
&lt;/pre&gt;
&lt;p&gt;Each of the two curves can be done like the third calling-sequence on the &lt;a href="http://www.maplesoft.com/support/help/search.aspx?term=plot3d"&gt;?plot3d&lt;/a&gt; help page, for parametric plots. And since there are two such surfaces/curves, I put both inside another set of square brackets.&lt;/p&gt;</description>
      <guid>102078</guid>
      <pubDate>Mon, 28 Feb 2011 20:47:22 Z</pubDate>
      <itunes:author>pagan</itunes:author>
      <author>pagan</author>
    </item>
    <item>
      <title>Cheers for that! I didnt expect it to be</title>
      <link>http://www.mapleprimes.com/questions/102077-Plotting-2-Independent-Curves-On-The-Same-3D-Plot?ref=Feed:MaplePrimes:Plotting 2 independent curves on the same 3D plot:Comments#comment102079</link>
      <itunes:summary>&lt;p&gt;Cheers for that! I didnt expect it to be this simple!&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Cheers for that! I didnt expect it to be this simple!&lt;/p&gt;</description>
      <guid>102079</guid>
      <pubDate>Mon, 28 Feb 2011 21:14:41 Z</pubDate>
      <itunes:author>rmjg20</itunes:author>
      <author>rmjg20</author>
    </item>
  </channel>
</rss>