<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Plotting solution of differntial system on one graph</title>
    <link>http://www.mapleprimes.com/questions/101823-Plotting-Solution-Of-Differntial-System</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Thu, 11 Jun 2026 21:42:49 GMT</lastBuildDate>
    <pubDate>Thu, 11 Jun 2026 21:42:49 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Plotting solution of differntial system on one graph</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Plotting solution of differntial system on one graph</title>
      <link>http://www.mapleprimes.com/questions/101823-Plotting-Solution-Of-Differntial-System</link>
    </image>
    <item>
      <title>Plotting solution of differntial system on one graph</title>
      <link>http://www.mapleprimes.com/questions/101823-Plotting-Solution-Of-Differntial-System?ref=Feed:MaplePrimes:Plotting solution of differntial system on one graph:Comments#answer101824</link>
      <itunes:summary>&lt;p&gt;restart: with(plots):sys := diff(x(t),t)=2*x(t)-x(t)*y(t),diff(y(t),t)=-y(t) + 0.4*x(t)*y(t):&lt;br&gt;&amp;gt; fcns := {x(t), y(t)}:&lt;br&gt;&amp;gt; p:= dsolve({sys,y(0)=1,x(0)=5},fcns,type=numeric,method=classical):&lt;br&gt;&amp;gt; odeplot(p, [[t,x(t)],[t,y(t)]],-4..4);&lt;br&gt;&lt;br&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;restart: with(plots):sys := diff(x(t),t)=2*x(t)-x(t)*y(t),diff(y(t),t)=-y(t) + 0.4*x(t)*y(t):&lt;br&gt;&amp;gt; fcns := {x(t), y(t)}:&lt;br&gt;&amp;gt; p:= dsolve({sys,y(0)=1,x(0)=5},fcns,type=numeric,method=classical):&lt;br&gt;&amp;gt; odeplot(p, [[t,x(t)],[t,y(t)]],-4..4);&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>
      <guid>101824</guid>
      <pubDate>Sat, 19 Feb 2011 04:12:10 Z</pubDate>
      <itunes:author>Kamel</itunes:author>
      <author>Kamel</author>
    </item>
    <item>
      <title>bonus</title>
      <link>http://www.mapleprimes.com/questions/101823-Plotting-Solution-Of-Differntial-System?ref=Feed:MaplePrimes:Plotting solution of differntial system on one graph:Comments#answer101877</link>
      <itunes:summary>&lt;p&gt;In case it isn't clear, you can also plot expressions of the state-variables.&amp;nbsp; That allows, say, plotting y vs x:&lt;/p&gt;
&lt;pre&gt;odeplot(p, [[x(t),y(t)]],-4..4);&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;In case it isn't clear, you can also plot expressions of the state-variables.&amp;nbsp; That allows, say, plotting y vs x:&lt;/p&gt;
&lt;pre&gt;odeplot(p, [[x(t),y(t)]],-4..4);&lt;/pre&gt;</description>
      <guid>101877</guid>
      <pubDate>Mon, 21 Feb 2011 20:51:15 Z</pubDate>
      <itunes:author>Joe Riel</itunes:author>
      <author>Joe Riel</author>
    </item>
  </channel>
</rss>