<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, A question About the odeplot?</title>
    <link>http://www.mapleprimes.com/questions/37162-A-Question-About-The-Odeplot</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 21:00:11 GMT</lastBuildDate>
    <pubDate>Wed, 10 Jun 2026 21:00:11 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, A question About the odeplot?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, A question About the odeplot?</title>
      <link>http://www.mapleprimes.com/questions/37162-A-Question-About-The-Odeplot</link>
    </image>
    <item>
      <title>graph</title>
      <link>http://www.mapleprimes.com/questions/37162-A-Question-About-The-Odeplot?ref=Feed:MaplePrimes:A question About the odeplot?:Comments#answer65315</link>
      <itunes:summary>&lt;p&gt;E.g.:&lt;/p&gt;
&lt;pre&gt;
sys:={diff(x(t),t)=x(t)^2+y(t)+z(t)+w(t), 
diff(y(t),t)=x(t)+y(t)^2+z(t)+w(t),
diff(z(t),t)=x(t)+y(t)+z(t)^2+w(t), 
diff(w(t),t)=x(t)+y(t)+z(t)+w(t)^2}:
IC:={x(0)=0,y(0)=0,z(0)=1,w(0)=0}:
sol:=dsolve(sys union IC,numeric):
plots:-odeplot(sol,[x(t),y(t)],t=0..0.5);
&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;E.g.:&lt;/p&gt;
&lt;pre&gt;
sys:={diff(x(t),t)=x(t)^2+y(t)+z(t)+w(t), 
diff(y(t),t)=x(t)+y(t)^2+z(t)+w(t),
diff(z(t),t)=x(t)+y(t)+z(t)^2+w(t), 
diff(w(t),t)=x(t)+y(t)+z(t)+w(t)^2}:
IC:={x(0)=0,y(0)=0,z(0)=1,w(0)=0}:
sol:=dsolve(sys union IC,numeric):
plots:-odeplot(sol,[x(t),y(t)],t=0..0.5);
&lt;/pre&gt;</description>
      <guid>65315</guid>
      <pubDate>Sat, 20 Jun 2009 04:02:11 Z</pubDate>
      <itunes:author>jakubi</itunes:author>
      <author>jakubi</author>
    </item>
    <item>
      <title>HOW ABOUT THE PHASEPLAN?</title>
      <link>http://www.mapleprimes.com/questions/37162-A-Question-About-The-Odeplot?ref=Feed:MaplePrimes:A question About the odeplot?:Comments#answer65316</link>
      <itunes:summary>&lt;p&gt;Hi！&amp;nbsp; everyone！&amp;nbsp; Day day study&amp;nbsp;&amp;nbsp;&amp;nbsp; Day day up！&lt;/p&gt;
&lt;p&gt;Thank you very much! I already know this. But can you tell me how to get the phaseplan of (x(t),y(t))?I do this withscene(x(t),y(t)),but the graph i get do not has arrows that i really want!&amp;nbsp; I will greatly appreciate your help!&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi！&amp;nbsp; everyone！&amp;nbsp; Day day study&amp;nbsp;&amp;nbsp;&amp;nbsp; Day day up！&lt;/p&gt;
&lt;p&gt;Thank you very much! I already know this. But can you tell me how to get the phaseplan of (x(t),y(t))?I do this withscene(x(t),y(t)),but the graph i get do not has arrows that i really want!&amp;nbsp; I will greatly appreciate your help!&lt;/p&gt;</description>
      <guid>65316</guid>
      <pubDate>Sat, 20 Jun 2009 18:13:32 Z</pubDate>
      <itunes:author>SPRING</itunes:author>
      <author>SPRING</author>
    </item>
    <item>
      <title>No method to get the phaseplane of (x(t),y(t))?</title>
      <link>http://www.mapleprimes.com/questions/37162-A-Question-About-The-Odeplot?ref=Feed:MaplePrimes:A question About the odeplot?:Comments#answer65318</link>
      <itunes:summary>&lt;p&gt;Hi！&amp;nbsp; everyone！&amp;nbsp; Day day study&amp;nbsp;&amp;nbsp;&amp;nbsp; Day day up！&lt;/p&gt;
&lt;p&gt;Thank you!&amp;nbsp; Here what i mostly want is the phaseplan of (x(t),y(t)) of this ODE system.&amp;nbsp; Is ther any method?&amp;nbsp; Thank you again!&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi！&amp;nbsp; everyone！&amp;nbsp; Day day study&amp;nbsp;&amp;nbsp;&amp;nbsp; Day day up！&lt;/p&gt;
&lt;p&gt;Thank you!&amp;nbsp; Here what i mostly want is the phaseplan of (x(t),y(t)) of this ODE system.&amp;nbsp; Is ther any method?&amp;nbsp; Thank you again!&lt;/p&gt;</description>
      <guid>65318</guid>
      <pubDate>Sun, 21 Jun 2009 10:32:04 Z</pubDate>
      <itunes:author>SPRING</itunes:author>
      <author>SPRING</author>
    </item>
    <item>
      <title>DEtools[DEplot]</title>
      <link>http://www.mapleprimes.com/questions/37162-A-Question-About-The-Odeplot?ref=Feed:MaplePrimes:A question About the odeplot?:Comments#answer65319</link>
      <itunes:summary>&lt;p&gt;Hi Spring,&lt;/p&gt;
&lt;p&gt;You may find useful hints under DEtools[DEplot]&lt;/p&gt;
&lt;p&gt;The difficulty with your problem is that you have 4D system but you would like a 2D phase plot. There exist built-in routines to create 2D phase plots for 2D systems, namely dfieldplot and phaseportrait.&lt;/p&gt;
&lt;p&gt;A fun example of 2D phase plot is given in the Help menu:&lt;/p&gt;
&lt;pre&gt;
vdP := [diff(x(t),t)=10*(y(t)-x(t)^3/3+x(t)),diff(y(t),t)=-1/10*x(t)];
DEtools[DEplot](vdP,[x(t),y(t)],t=0..20,x=-3..3,y=-2..2,[[x(0)=0.2,y(0)=0.2]],
&amp;nbsp; title=`van der Pol oscillator`,dirfield=400,arrows=comet,
&amp;nbsp; size=magnitude,numpoints=505,linecolor=blue,animatecurves=true);

&lt;/pre&gt;
&lt;p&gt;There is something for 3D systems and 3D phase plots, namely fieldplot3d, but I have found it difficult to make nice plots with it. You may have better luck.&lt;/p&gt;
&lt;p&gt;At any rate you have a 4D system so none of these methods is directly applicable.&lt;/p&gt;
&lt;p&gt;One second-best approach is to look for a 2D approximation of your system near some point of interest.&lt;/p&gt;
&lt;p&gt;Another second-best is to use a color scheme to show the direction of motion. It doesn't have arrows though.&lt;/p&gt;
&lt;pre&gt;
DEtools[phaseportrait]([D(x)(t)=y(t)-z(t),D(y)(t)=z(t)-x(t),D(z)(t)=x(t)-y(t)*2], 
[x(t),y(t),z(t)],t=-2..2,[[x(0)=1,y(0)=0,z(0)=2]],stepsize=.05, 
scene=[z(t),x(t)],linecolour=sin(t*Pi/2),method=classical[foreuler]);
&lt;/pre&gt;
&lt;p&gt;As jakubi has suggested you may have to hard-code your own arrows based on the direction field in the plane of interest. If you manage to do something, I'd love to hear about it, so please do post your solution here once you have it.&lt;/p&gt;
&lt;p&gt;Quite often, the more code you post, the more useful feedback you will get.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi Spring,&lt;/p&gt;
&lt;p&gt;You may find useful hints under DEtools[DEplot]&lt;/p&gt;
&lt;p&gt;The difficulty with your problem is that you have 4D system but you would like a 2D phase plot. There exist built-in routines to create 2D phase plots for 2D systems, namely dfieldplot and phaseportrait.&lt;/p&gt;
&lt;p&gt;A fun example of 2D phase plot is given in the Help menu:&lt;/p&gt;
&lt;pre&gt;
vdP := [diff(x(t),t)=10*(y(t)-x(t)^3/3+x(t)),diff(y(t),t)=-1/10*x(t)];
DEtools[DEplot](vdP,[x(t),y(t)],t=0..20,x=-3..3,y=-2..2,[[x(0)=0.2,y(0)=0.2]],
&amp;nbsp; title=`van der Pol oscillator`,dirfield=400,arrows=comet,
&amp;nbsp; size=magnitude,numpoints=505,linecolor=blue,animatecurves=true);

&lt;/pre&gt;
&lt;p&gt;There is something for 3D systems and 3D phase plots, namely fieldplot3d, but I have found it difficult to make nice plots with it. You may have better luck.&lt;/p&gt;
&lt;p&gt;At any rate you have a 4D system so none of these methods is directly applicable.&lt;/p&gt;
&lt;p&gt;One second-best approach is to look for a 2D approximation of your system near some point of interest.&lt;/p&gt;
&lt;p&gt;Another second-best is to use a color scheme to show the direction of motion. It doesn't have arrows though.&lt;/p&gt;
&lt;pre&gt;
DEtools[phaseportrait]([D(x)(t)=y(t)-z(t),D(y)(t)=z(t)-x(t),D(z)(t)=x(t)-y(t)*2], 
[x(t),y(t),z(t)],t=-2..2,[[x(0)=1,y(0)=0,z(0)=2]],stepsize=.05, 
scene=[z(t),x(t)],linecolour=sin(t*Pi/2),method=classical[foreuler]);
&lt;/pre&gt;
&lt;p&gt;As jakubi has suggested you may have to hard-code your own arrows based on the direction field in the plane of interest. If you manage to do something, I'd love to hear about it, so please do post your solution here once you have it.&lt;/p&gt;
&lt;p&gt;Quite often, the more code you post, the more useful feedback you will get.&lt;/p&gt;</description>
      <guid>65319</guid>
      <pubDate>Thu, 25 Jun 2009 14:54:15 Z</pubDate>
      <itunes:author>PatrickT</itunes:author>
      <author>PatrickT</author>
    </item>
    <item>
      <title>arrows</title>
      <link>http://www.mapleprimes.com/questions/37162-A-Question-About-The-Odeplot?ref=Feed:MaplePrimes:A question About the odeplot?:Comments#comment65317</link>
      <itunes:summary>&lt;p&gt;Phaseplan is one thing. Arrows is another price...&lt;/p&gt;
&lt;p&gt;Nothing very suitable seems to be available for this case. But in principle, you could get some arrows tangent to a solution curve using e.g. VectorCalculus:-PlotPositionVector.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Phaseplan is one thing. Arrows is another price...&lt;/p&gt;
&lt;p&gt;Nothing very suitable seems to be available for this case. But in principle, you could get some arrows tangent to a solution curve using e.g. VectorCalculus:-PlotPositionVector.&lt;/p&gt;</description>
      <guid>65317</guid>
      <pubDate>Sun, 21 Jun 2009 01:31:32 Z</pubDate>
      <itunes:author>jakubi</itunes:author>
      <author>jakubi</author>
    </item>
    <item>
      <title>What phaseplane?</title>
      <link>http://www.mapleprimes.com/questions/37162-A-Question-About-The-Odeplot?ref=Feed:MaplePrimes:A question About the odeplot?:Comments#comment65320</link>
      <itunes:summary>&lt;p&gt;What do you mean by the phaseplane of two variables in a 4-variable system?&amp;nbsp; The &amp;quot;arrows&amp;quot; would have to depend on the other two variables.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;What do you mean by the phaseplane of two variables in a 4-variable system?&amp;nbsp; The &amp;quot;arrows&amp;quot; would have to depend on the other two variables.&lt;/p&gt;</description>
      <guid>65320</guid>
      <pubDate>Thu, 25 Jun 2009 22:14:38 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
  </channel>
</rss>