<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Plotting two or more ODE on one graph</title>
    <link>http://www.mapleprimes.com/questions/35511-Plotting-Two-Or-More-ODE-On-One-Graph</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Tue, 16 Jun 2026 21:35:41 GMT</lastBuildDate>
    <pubDate>Tue, 16 Jun 2026 21:35:41 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Plotting two or more ODE on one graph</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Plotting two or more ODE on one graph</title>
      <link>http://www.mapleprimes.com/questions/35511-Plotting-Two-Or-More-ODE-On-One-Graph</link>
    </image>
    <item>
      <title>Plotting two or more ODE on one graph</title>
      <link>http://www.mapleprimes.com/questions/35511-Plotting-Two-Or-More-ODE-On-One-Graph?ref=Feed:MaplePrimes:Plotting two or more ODE on one graph:Comments#answer44125</link>
      <itunes:summary>&lt;p&gt;You can do it using the &amp;quot;display&amp;quot; command after a call to odeplot.&amp;nbsp;&amp;nbsp; Here is an example taken from the help pages for the odeplot command.&amp;nbsp; Your post did not come through as intended.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;gt; restart:&lt;br /&gt;
&amp;gt; with(plots):&lt;br /&gt;
&amp;gt; p:= dsolve({D(y)(x) = y(x), y(0)=1}, type=numeric, range=-5..2):&lt;br /&gt;
&amp;gt; q:= dsolve({D(y)(x) = y(x)+3, y(0)=1}, type=numeric, range=-5..2):&lt;br /&gt;
&amp;gt; pp:=odeplot(p,color=blue):&lt;br /&gt;
&amp;gt; qq:=odeplot(q):&lt;br /&gt;
&amp;gt; display(pp,qq);&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;address&gt;Regards,&lt;br /&gt;
Georgios Kokovidis&lt;/address&gt;
&lt;address&gt;Dr&amp;auml;ger Medical&lt;/address&gt;
&lt;pre&gt;

&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;You can do it using the &amp;quot;display&amp;quot; command after a call to odeplot.&amp;nbsp;&amp;nbsp; Here is an example taken from the help pages for the odeplot command.&amp;nbsp; Your post did not come through as intended.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;gt; restart:&lt;br /&gt;
&amp;gt; with(plots):&lt;br /&gt;
&amp;gt; p:= dsolve({D(y)(x) = y(x), y(0)=1}, type=numeric, range=-5..2):&lt;br /&gt;
&amp;gt; q:= dsolve({D(y)(x) = y(x)+3, y(0)=1}, type=numeric, range=-5..2):&lt;br /&gt;
&amp;gt; pp:=odeplot(p,color=blue):&lt;br /&gt;
&amp;gt; qq:=odeplot(q):&lt;br /&gt;
&amp;gt; display(pp,qq);&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;address&gt;Regards,&lt;br /&gt;
Georgios Kokovidis&lt;/address&gt;
&lt;address&gt;Dr&amp;auml;ger Medical&lt;/address&gt;
&lt;pre&gt;

&lt;/pre&gt;</description>
      <guid>44125</guid>
      <pubDate>Mon, 15 Mar 2010 02:18:59 Z</pubDate>
      <itunes:author>gkokovidis</itunes:author>
      <author>gkokovidis</author>
    </item>
  </channel>
</rss>