<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, How do i plot a graph with multiple variables?</title>
    <link>http://www.mapleprimes.com/questions/140700-How-Do-I-Plot-A-Graph-With-Multiple-Variables</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 16:16:47 GMT</lastBuildDate>
    <pubDate>Wed, 10 Jun 2026 16:16:47 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, How do i plot a graph with multiple variables?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, How do i plot a graph with multiple variables?</title>
      <link>http://www.mapleprimes.com/questions/140700-How-Do-I-Plot-A-Graph-With-Multiple-Variables</link>
    </image>
    <item>
      <title>plot3D</title>
      <link>http://www.mapleprimes.com/questions/140700-How-Do-I-Plot-A-Graph-With-Multiple-Variables?ref=Feed:MaplePrimes:How do i plot a graph with multiple variables?:Comments#answer140710</link>
      <itunes:summary>&lt;p&gt;restart:c:=50;beta:=10;A:=0.01;L:=0.5;&lt;br&gt;y:= A*exp(-beta*(x-L-c*t)^2/(L^2));&lt;br&gt;plot3d(y,x=0..1.5,t=0..0.003,axes=framed,grid=[80,80]);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;restart:c:=50;beta:=10;A:=0.01;L:=0.5;&lt;br&gt;y:= A*exp(-beta*(x-L-c*t)^2/(L^2));&lt;br&gt;plot3d(y,x=0..1.5,t=0..0.003,axes=framed,grid=[80,80]);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>140710</guid>
      <pubDate>Thu, 22 Nov 2012 20:18:09 Z</pubDate>
      <itunes:author>Oliver K</itunes:author>
      <author>Oliver K</author>
    </item>
    <item>
      <title>Some hints</title>
      <link>http://www.mapleprimes.com/questions/140700-How-Do-I-Plot-A-Graph-With-Multiple-Variables?ref=Feed:MaplePrimes:How do i plot a graph with multiple variables?:Comments#answer140711</link>
      <itunes:summary>&lt;p&gt;Enter the function y(x,t) as&lt;/p&gt;
&lt;pre&gt;Y := (x,t) -&amp;gt; A*exp(-beta*(x-L-c*t)^2/(L^2));&lt;/pre&gt;
&lt;p&gt;(exp(x), not e^x; c*t, not ct)&lt;br&gt; and the differential equation as&lt;/p&gt;
&lt;pre&gt;&amp;nbsp;DE := diff(y(x,t),t,t) = c^2*diff(y(x,t),x,x);&lt;/pre&gt;
&lt;p&gt;Now evaluate DE for y(x,t)=Y(x,t).&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Enter the function y(x,t) as&lt;/p&gt;
&lt;pre&gt;Y := (x,t) -&amp;gt; A*exp(-beta*(x-L-c*t)^2/(L^2));&lt;/pre&gt;
&lt;p&gt;(exp(x), not e^x; c*t, not ct)&lt;br&gt; and the differential equation as&lt;/p&gt;
&lt;pre&gt;&amp;nbsp;DE := diff(y(x,t),t,t) = c^2*diff(y(x,t),x,x);&lt;/pre&gt;
&lt;p&gt;Now evaluate DE for y(x,t)=Y(x,t).&lt;/p&gt;</description>
      <guid>140711</guid>
      <pubDate>Thu, 22 Nov 2012 20:21:47 Z</pubDate>
      <itunes:author>Adri van der Meer</itunes:author>
      <author>Adri van der Meer</author>
    </item>
    <item>
      <title>I have tried differentiating Y(x,t) with</title>
      <link>http://www.mapleprimes.com/questions/140700-How-Do-I-Plot-A-Graph-With-Multiple-Variables?ref=Feed:MaplePrimes:How do i plot a graph with multiple variables?:Comments#comment140741</link>
      <itunes:summary>&lt;p&gt;I have tried differentiating Y(x,t) with respect to both x and t but I keep getting my answers as zero!&lt;/p&gt;
&lt;p&gt;Is this right?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I have tried differentiating Y(x,t) with respect to both x and t but I keep getting my answers as zero!&lt;/p&gt;
&lt;p&gt;Is this right?&lt;/p&gt;</description>
      <guid>140741</guid>
      <pubDate>Fri, 23 Nov 2012 16:15:39 Z</pubDate>
      <itunes:author>jam</itunes:author>
      <author>jam</author>
    </item>
    <item>
      <title>Ignore the coment above.
What other commands</title>
      <link>http://www.mapleprimes.com/questions/140700-How-Do-I-Plot-A-Graph-With-Multiple-Variables?ref=Feed:MaplePrimes:How do i plot a graph with multiple variables?:Comments#comment140742</link>
      <itunes:summary>&lt;p&gt;Ignore the coment above.&lt;/p&gt;
&lt;p&gt;What other commands could you use other than simplify to make the whole equation equal zero?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Ignore the coment above.&lt;/p&gt;
&lt;p&gt;What other commands could you use other than simplify to make the whole equation equal zero?&lt;/p&gt;</description>
      <guid>140742</guid>
      <pubDate>Fri, 23 Nov 2012 16:47:31 Z</pubDate>
      <itunes:author>jam</itunes:author>
      <author>jam</author>
    </item>
    <item>
      <title>evalb</title>
      <link>http://www.mapleprimes.com/questions/140700-How-Do-I-Plot-A-Graph-With-Multiple-Variables?ref=Feed:MaplePrimes:How do i plot a graph with multiple variables?:Comments#comment140752</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/140700-How-Do-I-Plot-A-Graph-With-Multiple-Variables#comment140742"&gt;@jam&lt;/a&gt; to test if the left hand side of an equation equals the right hand side you can use &lt;a href="http://www.maplesoft.com/support/help/Maple/view.aspx?path=evalb"&gt;?evalb&lt;/a&gt; (after simplify).&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/140700-How-Do-I-Plot-A-Graph-With-Multiple-Variables#comment140742"&gt;@jam&lt;/a&gt; to test if the left hand side of an equation equals the right hand side you can use &lt;a href="http://www.maplesoft.com/support/help/Maple/view.aspx?path=evalb"&gt;?evalb&lt;/a&gt; (after simplify).&lt;/p&gt;</description>
      <guid>140752</guid>
      <pubDate>Fri, 23 Nov 2012 21:06:10 Z</pubDate>
      <itunes:author>Adri van der Meer</itunes:author>
      <author>Adri van der Meer</author>
    </item>
  </channel>
</rss>