<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Error in DEplot the 'number' option must be specified before initial conditions</title>
    <link>http://www.mapleprimes.com/questions/142714-Error-In-DEplot-The-number-Option</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 11:24:45 GMT</lastBuildDate>
    <pubDate>Tue, 16 Jun 2026 11:24:45 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Error in DEplot the 'number' option must be specified before initial conditions</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Error in DEplot the 'number' option must be specified before initial conditions</title>
      <link>http://www.mapleprimes.com/questions/142714-Error-In-DEplot-The-number-Option</link>
    </image>
    <item>
      <title>Missing y'</title>
      <link>http://www.mapleprimes.com/questions/142714-Error-In-DEplot-The-number-Option?ref=Feed:MaplePrimes:Error in DEplot the 'number' option must be specified before initial conditions:Comments#answer142716</link>
      <itunes:summary>&lt;p&gt;You don't have a differential equation. Presumably you meant:&lt;/p&gt;
&lt;p&gt;DE := diff(y(t),t)=y(t)^2*(4-y(t)^2);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The number option referred to is the number of equations in the first order system corresponding to your equation in your case 1. It applies only when the ode is given as a procedure:&lt;/p&gt;
&lt;p&gt;p:=proc(N,t,Y,YP) YP[1]:=Y[1]^2*(4-Y[1]^2) end proc;&lt;/p&gt;
&lt;p&gt;DEtools[DEplot]( p,y(t) ,t=0..1/2, number=1,{[y(0)=1],[y(0)=3]}, arrows=none, thickness=2, linecolor=[blue,green]);&lt;/p&gt;
&lt;p&gt;(see the help page for DEplot)&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;You don't have a differential equation. Presumably you meant:&lt;/p&gt;
&lt;p&gt;DE := diff(y(t),t)=y(t)^2*(4-y(t)^2);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The number option referred to is the number of equations in the first order system corresponding to your equation in your case 1. It applies only when the ode is given as a procedure:&lt;/p&gt;
&lt;p&gt;p:=proc(N,t,Y,YP) YP[1]:=Y[1]^2*(4-Y[1]^2) end proc;&lt;/p&gt;
&lt;p&gt;DEtools[DEplot]( p,y(t) ,t=0..1/2, number=1,{[y(0)=1],[y(0)=3]}, arrows=none, thickness=2, linecolor=[blue,green]);&lt;/p&gt;
&lt;p&gt;(see the help page for DEplot)&lt;/p&gt;</description>
      <guid>142716</guid>
      <pubDate>Mon, 28 Jan 2013 02:53:03 Z</pubDate>
      <itunes:author>Preben Alsholm</itunes:author>
      <author>Preben Alsholm</author>
    </item>
  </channel>
</rss>