<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - Questions and Posts tagged with plot</title>
    <link>http://www.mapleprimes.com/tags/plot</link>
    <language>en-us</language>
    <copyright>2012 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Wed, 23 May 2012 02:02:00 GMT</lastBuildDate>
    <pubDate>Wed, 23 May 2012 02:02:00 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The most recent questions and posts on MaplePrimes tagged with plot</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - Questions and Posts tagged with plot</title>
      <link>http://www.mapleprimes.com/tags/plot</link>
    </image>
    <item>
      <title>Multiple Graphs in Maple</title>
      <link>http://www.mapleprimes.com/questions/134358-Multiple-Graphs-In-Maple?ref=Feed:MaplePrimes:Tagged With plot</link>
      <itunes:summary>&lt;p&gt;I have an equation that is a function of two variables i.e Cp(beta,lambda). I have to plot several Cp curves on the same graph for a range of lambda=0..15 (x-axis). The 1st curve I want &lt;a href="mailto:Cp@beta=0"&gt;Cp@beta=0&lt;/a&gt;, 2nd curve &lt;a href="mailto:Cp@beta=5"&gt;Cp@beta=5&lt;/a&gt;, 3rdcurve Cp@beta=10 .... and so on&lt;/p&gt;
&lt;p&gt;How can I do this without having to define a separate Cp equation for each beta value?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I have an equation that is a function of two variables i.e Cp(beta,lambda). I have to plot several Cp curves on the same graph for a range of lambda=0..15 (x-axis). The 1st curve I want &lt;a href="mailto:Cp@beta=0"&gt;Cp@beta=0&lt;/a&gt;, 2nd curve &lt;a href="mailto:Cp@beta=5"&gt;Cp@beta=5&lt;/a&gt;, 3rdcurve Cp@beta=10 .... and so on&lt;/p&gt;
&lt;p&gt;How can I do this without having to define a separate Cp equation for each beta value?&lt;/p&gt;</description>
      <guid>134358</guid>
      <pubDate>Sat, 19 May 2012 05:30:03 Z</pubDate>
      <itunes:author>Jbone12115</itunes:author>
      <author>Jbone12115</author>
    </item>
    <item>
      <title>plotsetup and if statements</title>
      <link>http://www.mapleprimes.com/questions/134346-Plotsetup-And-If-Statements?ref=Feed:MaplePrimes:Tagged With plot</link>
      <itunes:summary>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;I have Problem with the Maple command plotsetup, it does not seem to work within an if-statement.&lt;/p&gt;
&lt;p&gt;What i would like to do is this:&lt;/p&gt;
&lt;p&gt;1. Make a matrix with 0 or 1 as enteries&lt;/p&gt;
&lt;p&gt;2. convert this matrix into a list where the 1's are points. (So the Matrix entery Matrix[1][1]:=1 would give the listvector:=[1,1]&lt;/p&gt;
&lt;p&gt;3. plot these vectors as graphs and store them with the help of plotsetup&lt;/p&gt;
&lt;p&gt;4. changing the matrix and rinse and repet 2,3,4 until satisfied</itunes:summary>
      <description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;I have Problem with the Maple command plotsetup, it does not seem to work within an if-statement.&lt;/p&gt;
&lt;p&gt;What i would like to do is this:&lt;/p&gt;
&lt;p&gt;1. Make a matrix with 0 or 1 as enteries&lt;/p&gt;
&lt;p&gt;2. convert this matrix into a list where the 1's are points. (So the Matrix entery Matrix[1][1]:=1 would give the listvector:=[1,1]&lt;/p&gt;
&lt;p&gt;3. plot these vectors as graphs and store them with the help of plotsetup&lt;/p&gt;
&lt;p&gt;4. changing the matrix and rinse and repet 2,3,4 until satisfied</description>
      <guid>134346</guid>
      <pubDate>Fri, 18 May 2012 13:48:08 Z</pubDate>
      <itunes:author>ce5</itunes:author>
      <author>ce5</author>
    </item>
    <item>
      <title>How do i plot in an procedure ?</title>
      <link>http://www.mapleprimes.com/questions/134342-How-Do-I-Plot-In-An-Procedure-?ref=Feed:MaplePrimes:Tagged With plot</link>
      <itunes:summary>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;i have to make an iteration in the following way, but i have a problem to plot the result. Has someone an idea how to plot?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;s_1 := 0.779e-1*t^2-.1345*t+.2031:&lt;br&gt;s_2 := 1.3502*t-6.8742:&lt;br&gt;s_3 := .1112*t^2-1.5108*t+11.527:&lt;br&gt;s_4 := 1.9322*t-15.099:&lt;br&gt;s_5 := -0.178e-1*t^2+2.648*t-22.312:&lt;br&gt;V_0 := .3*.15:&lt;br&gt;p_0 := 100000:&lt;br&gt;&lt;br&gt;t:= 0:&lt;br&gt;tmp:= p_0:&lt;br&gt;S := 0:&lt;br&gt;&lt;br&gt;while t do&lt;br&gt;&lt;br&gt;if t &amp;gt;= 0 and t if t &amp;gt; 9.5 and t if t &amp;gt; 12.875...</itunes:summary>
      <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;i have to make an iteration in the following way, but i have a problem to plot the result. Has someone an idea how to plot?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;s_1 := 0.779e-1*t^2-.1345*t+.2031:&lt;br&gt;s_2 := 1.3502*t-6.8742:&lt;br&gt;s_3 := .1112*t^2-1.5108*t+11.527:&lt;br&gt;s_4 := 1.9322*t-15.099:&lt;br&gt;s_5 := -0.178e-1*t^2+2.648*t-22.312:&lt;br&gt;V_0 := .3*.15:&lt;br&gt;p_0 := 100000:&lt;br&gt;&lt;br&gt;t:= 0:&lt;br&gt;tmp:= p_0:&lt;br&gt;S := 0:&lt;br&gt;&lt;br&gt;while t do&lt;br&gt;&lt;br&gt;if t &amp;gt;= 0 and t if t &amp;gt; 9.5 and t if t &amp;gt; 12.875...</description>
      <guid>134342</guid>
      <pubDate>Fri, 18 May 2012 10:57:06 Z</pubDate>
      <itunes:author>docoi</itunes:author>
      <author>docoi</author>
    </item>
    <item>
      <title>How to find the intersection of two graphs, x,y axes are list</title>
      <link>http://www.mapleprimes.com/questions/134299-How-To-Find-The-Intersection-Of-Two?ref=Feed:MaplePrimes:Tagged With plot</link>
      <itunes:summary>&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=157403_1337218074/q3.mw"&gt;q3.mw&lt;/a&gt;&lt;br&gt;Hi!&lt;/p&gt;
&lt;p&gt;I have a problem:&lt;/p&gt;
&lt;p&gt;Graph a (in blue) and&amp;nbsp;graph&amp;nbsp;c (in red) are plotted, the value of ax,ay and cx, cy are in list.&lt;/p&gt;
&lt;p&gt;program as follows:(also in file q3.mw)&lt;/p&gt;
&lt;p&gt;with(plots); ax := [13300, 17400, 12500, 20300, 12100, 22100, 11800, 23100, 11600, 23800, 11400, 24300, 11300, 24700, 11200, 25100]; ay := [.2, .2, .3, .3, .4, .4, .5, .5, .6, .6, .7, .7, .8, .8, .9, .9]; cx := [17700,...</itunes:summary>
      <description>&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=157403_1337218074/q3.mw"&gt;q3.mw&lt;/a&gt;&lt;br&gt;Hi!&lt;/p&gt;
&lt;p&gt;I have a problem:&lt;/p&gt;
&lt;p&gt;Graph a (in blue) and&amp;nbsp;graph&amp;nbsp;c (in red) are plotted, the value of ax,ay and cx, cy are in list.&lt;/p&gt;
&lt;p&gt;program as follows:(also in file q3.mw)&lt;/p&gt;
&lt;p&gt;with(plots); ax := [13300, 17400, 12500, 20300, 12100, 22100, 11800, 23100, 11600, 23800, 11400, 24300, 11300, 24700, 11200, 25100]; ay := [.2, .2, .3, .3, .4, .4, .5, .5, .6, .6, .7, .7, .8, .8, .9, .9]; cx := [17700,...</description>
      <guid>134299</guid>
      <pubDate>Thu, 17 May 2012 01:45:52 Z</pubDate>
      <itunes:author>xiao2788</itunes:author>
      <author>xiao2788</author>
    </item>
    <item>
      <title>best way to visualize a mapping</title>
      <link>http://www.mapleprimes.com/questions/134271-Best-Way-To-Visualize-A-Mapping?ref=Feed:MaplePrimes:Tagged With plot</link>
      <itunes:summary>&lt;p&gt;hi. i sometimes want to see how a subset A of the complex plane behaves under a certain mapping f. i plot A in red and f(A) in blue into the same plot. no problem so far.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;but i also want to see how certain points are mapped to better understand the mapping. in some old maple version (like 5) i hacked that in by running through the plot structure and add green lines from z to f(z) for like every 10th entry to the plot.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;now in maple...</itunes:summary>
      <description>&lt;p&gt;hi. i sometimes want to see how a subset A of the complex plane behaves under a certain mapping f. i plot A in red and f(A) in blue into the same plot. no problem so far.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;but i also want to see how certain points are mapped to better understand the mapping. in some old maple version (like 5) i hacked that in by running through the plot structure and add green lines from z to f(z) for like every 10th entry to the plot.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;now in maple...</description>
      <guid>134271</guid>
      <pubDate>Wed, 16 May 2012 11:06:34 Z</pubDate>
      <itunes:author>pgr</itunes:author>
      <author>pgr</author>
    </item>
    <item>
      <title>plotting the complex plane</title>
      <link>http://www.mapleprimes.com/questions/134269-Plotting-The-Complex-Plane?ref=Feed:MaplePrimes:Tagged With plot</link>
      <itunes:summary>&lt;p&gt;hi. i am regularly plotting subsets of the complex plane. but i have not figured out yet how i can have the vertical axis labeled with i, 2i, 3i, ... instead of 1, 2, 3, ...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;how do i do it?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;hi. i am regularly plotting subsets of the complex plane. but i have not figured out yet how i can have the vertical axis labeled with i, 2i, 3i, ... instead of 1, 2, 3, ...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;how do i do it?&lt;/p&gt;</description>
      <guid>134269</guid>
      <pubDate>Wed, 16 May 2012 10:56:38 Z</pubDate>
      <itunes:author>pgr</itunes:author>
      <author>pgr</author>
    </item>
    <item>
      <title>Animated phase portrait with only the point moving</title>
      <link>http://www.mapleprimes.com/questions/134158-Animated-Phase-Portrait-With-Only-The?ref=Feed:MaplePrimes:Tagged With plot</link>
      <itunes:summary>&lt;p&gt;Hi everyone,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I want to draw a phase portrait of a particle to see it moving but I don't want to see its trajectory. I don't know how to explain, here is what I did:&lt;/p&gt;
&lt;p&gt;restart;with(DEtools), with(plots), with(linalg):&lt;/p&gt;
&lt;p&gt;g11:=1;g21:=g11;&lt;/p&gt;
&lt;p&gt;z:=exp(I*((t/(2*Pi))+(Pi*j)));&lt;/p&gt;
&lt;p&gt;f1:=evalc(Re((I/(2*Pi))*((g11/(subs(j=1,z)-(x(t)+I*y(t))))+(g21/(subs(j=2,z)-(x(t)+I*y(t)))))));&lt;/p&gt;
&lt;p&gt;q1:=evalc(-1*Im((I/(2*Pi))*((g11/(subs(j=1,z)-(x(t)+I*y(t...</itunes:summary>
      <description>&lt;p&gt;Hi everyone,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I want to draw a phase portrait of a particle to see it moving but I don't want to see its trajectory. I don't know how to explain, here is what I did:&lt;/p&gt;
&lt;p&gt;restart;with(DEtools), with(plots), with(linalg):&lt;/p&gt;
&lt;p&gt;g11:=1;g21:=g11;&lt;/p&gt;
&lt;p&gt;z:=exp(I*((t/(2*Pi))+(Pi*j)));&lt;/p&gt;
&lt;p&gt;f1:=evalc(Re((I/(2*Pi))*((g11/(subs(j=1,z)-(x(t)+I*y(t))))+(g21/(subs(j=2,z)-(x(t)+I*y(t)))))));&lt;/p&gt;
&lt;p&gt;q1:=evalc(-1*Im((I/(2*Pi))*((g11/(subs(j=1,z)-(x(t)+I*y(t...</description>
      <guid>134158</guid>
      <pubDate>Sun, 13 May 2012 21:36:44 Z</pubDate>
      <itunes:author>mah00</itunes:author>
      <author>mah00</author>
    </item>
    <item>
      <title>plotting 3d surfaces with a thickness</title>
      <link>http://www.mapleprimes.com/questions/134103-Plotting-3d-Surfaces-With-A-Thickness?ref=Feed:MaplePrimes:Tagged With plot</link>
      <itunes:summary>&lt;p&gt;Is there some way to do this? &amp;nbsp;I am hoping to export the plots to x3d files with the ultimate goal of sending the files to a company that can print them on a 3d printer. &amp;nbsp;(for example, Shapeways &lt;a href="http://www.shapeways.com/"&gt;http://www.shapeways.com/&lt;/a&gt;&amp;nbsp; )&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Is there some way to do this? &amp;nbsp;I am hoping to export the plots to x3d files with the ultimate goal of sending the files to a company that can print them on a 3d printer. &amp;nbsp;(for example, Shapeways &lt;a href="http://www.shapeways.com/"&gt;http://www.shapeways.com/&lt;/a&gt;&amp;nbsp; )&amp;nbsp;&lt;/p&gt;</description>
      <guid>134103</guid>
      <pubDate>Sat, 12 May 2012 08:40:01 Z</pubDate>
      <itunes:author>Melykin</itunes:author>
      <author>Melykin</author>
    </item>
    <item>
      <title>Physics: Puck On a Frictionless Table</title>
      <link>http://www.mapleprimes.com/questions/134042-Physics-Puck-On-A-Frictionless-Table?ref=Feed:MaplePrimes:Tagged With plot</link>
      <itunes:summary>&lt;p&gt;Hello, I am new to maple and trying to teach myself as i go along. I am trying to plot a paramteric for a puck on a fristion less table that spins for differnt v&lt;sub&gt;o values. Here is my code: &lt;a href="/ViewTemp.ashx?f=160281_1336673134/puckontable.mw"&gt;puckontable.mw&lt;/a&gt; &lt;br&gt; &lt;br&gt;&lt;/sub&gt;&lt;/p&gt;
&lt;form name="worksheet_form"&gt;
&lt;table style="width: 576px;" align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</itunes:summary>
      <description>&lt;p&gt;Hello, I am new to maple and trying to teach myself as i go along. I am trying to plot a paramteric for a puck on a fristion less table that spins for differnt v&lt;sub&gt;o values. Here is my code: &lt;a href="/ViewTemp.ashx?f=160281_1336673134/puckontable.mw"&gt;puckontable.mw&lt;/a&gt; &lt;br&gt; &lt;br&gt;&lt;/sub&gt;&lt;/p&gt;
&lt;form name="worksheet_form"&gt;
&lt;table style="width: 576px;" align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</description>
      <guid>134042</guid>
      <pubDate>Thu, 10 May 2012 18:12:13 Z</pubDate>
      <itunes:author>koonduck</itunes:author>
      <author>koonduck</author>
    </item>
    <item>
      <title>Problems in creating program</title>
      <link>http://www.mapleprimes.com/questions/133892-Problems-In-Creating-Program?ref=Feed:MaplePrimes:Tagged With plot</link>
      <itunes:summary>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;we have to create program which shows chemical concentration changes, but this concentration depends on time and distance along the longitudinal axis. So we have to put numbers into the left side 41x41 matrix from 3 equations:&lt;br&gt;&lt;br&gt;A:=1, B:=1,E:=0.2, &amp;Delta;x:=0.25,&amp;Delta;t:=0.025.&lt;br&gt;&lt;br&gt;&lt;br&gt;first when i=0;&lt;br&gt;</itunes:summary>
      <description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;we have to create program which shows chemical concentration changes, but this concentration depends on time and distance along the longitudinal axis. So we have to put numbers into the left side 41x41 matrix from 3 equations:&lt;br&gt;&lt;br&gt;A:=1, B:=1,E:=0.2, &amp;Delta;x:=0.25,&amp;Delta;t:=0.025.&lt;br&gt;&lt;br&gt;&lt;br&gt;first when i=0;&lt;br&gt;</description>
      <guid>133892</guid>
      <pubDate>Tue, 08 May 2012 10:07:20 Z</pubDate>
      <itunes:author>aisu25</itunes:author>
      <author>aisu25</author>
    </item>
    <item>
      <title>how do i add legends to a multi-animation plot</title>
      <link>http://www.mapleprimes.com/questions/133817-How-Do-I-Add-Legends-To-A-Multianimation-Plot?ref=Feed:MaplePrimes:Tagged With plot</link>
      <itunes:summary>&lt;p&gt;i am modeling a simple standing wave. i have created three plots y1, y2 and y and then i am using animate to move them. the problem is that i cant add a legend describing every plot and i am not getting how to do this.&lt;/p&gt;
&lt;p&gt;in addition when i click on the plot and then go to the legend menu, both show legend and edit legend are disabled.&lt;/p&gt;
&lt;pre&gt;here is my code&lt;/pre&gt;
&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;
&lt;pre&gt;with(plots): y1:=0.01*sin(Pi/2*x-40*Pi*t);&lt;br&gt;&lt;br&gt;                 y1 := -0.01 sin(-1/2 Pi x + 40 Pi t)&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;i am modeling a simple standing wave. i have created three plots y1, y2 and y and then i am using animate to move them. the problem is that i cant add a legend describing every plot and i am not getting how to do this.&lt;/p&gt;
&lt;p&gt;in addition when i click on the plot and then go to the legend menu, both show legend and edit legend are disabled.&lt;/p&gt;
&lt;pre&gt;here is my code&lt;/pre&gt;
&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;
&lt;pre&gt;with(plots): y1:=0.01*sin(Pi/2*x-40*Pi*t);&lt;br&gt;&lt;br&gt;                 y1 := -0.01 sin(-1/2 Pi x + 40 Pi t)&lt;/pre&gt;</description>
      <guid>133817</guid>
      <pubDate>Sat, 05 May 2012 22:42:13 Z</pubDate>
      <itunes:author>mkj256</itunes:author>
      <author>mkj256</author>
    </item>
    <item>
      <title>spherical mirror</title>
      <link>http://www.mapleprimes.com/questions/133801-Spherical-Mirror?ref=Feed:MaplePrimes:Tagged With plot</link>
      <itunes:summary>&lt;p&gt;how to create&amp;nbsp; a pragram to&amp;nbsp;draw the rays reflected by a concave spherical mirror in maple&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;how to create&amp;nbsp; a pragram to&amp;nbsp;draw the rays reflected by a concave spherical mirror in maple&lt;/p&gt;</description>
      <guid>133801</guid>
      <pubDate>Sat, 05 May 2012 12:00:03 Z</pubDate>
      <itunes:author>ntokozo</itunes:author>
      <author>ntokozo</author>
    </item>
    <item>
      <title>Four function, two interval, in one plot</title>
      <link>http://www.mapleprimes.com/questions/133732-Four-Function-Two-Interval-In-One-Plot?ref=Feed:MaplePrimes:Tagged With plot</link>
      <itunes:summary>&lt;p&gt;Hi! I have 4 function. I wanna plot two of them in x=-0.5..0 range; the other two in x=0..0.5 range. How can I display that four function in one plot? Thanks!&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi! I have 4 function. I wanna plot two of them in x=-0.5..0 range; the other two in x=0..0.5 range. How can I display that four function in one plot? Thanks!&lt;/p&gt;</description>
      <guid>133732</guid>
      <pubDate>Fri, 04 May 2012 15:43:24 Z</pubDate>
      <itunes:author>Nimbus</itunes:author>
      <author>Nimbus</author>
    </item>
    <item>
      <title>dsolve problem with plotting acceleration</title>
      <link>http://www.mapleprimes.com/questions/133675-Dsolve-Problem-With-Plotting-Acceleration?ref=Feed:MaplePrimes:Tagged With plot</link>
      <itunes:summary>&lt;p&gt;hi&lt;/p&gt;
&lt;p&gt;so ill preface this by saying my knowledge of DE equations is rusty at best and my knowledge of maple even worse so this may be a stupid question. im trying to model the dynamics of a system and when i solve for the DE equation it's giving me an accleration of zero (plotting a blank graph) when it definitely shouldnt be. ive attached the worksheet.&amp;nbsp;&lt;a href="/ViewTemp.ashx?f=159737_1336026358/DBM-variablemass_pro.mw"&gt;DBM-variablemass_pro.mw&lt;/a&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;hi&lt;/p&gt;
&lt;p&gt;so ill preface this by saying my knowledge of DE equations is rusty at best and my knowledge of maple even worse so this may be a stupid question. im trying to model the dynamics of a system and when i solve for the DE equation it's giving me an accleration of zero (plotting a blank graph) when it definitely shouldnt be. ive attached the worksheet.&amp;nbsp;&lt;a href="/ViewTemp.ashx?f=159737_1336026358/DBM-variablemass_pro.mw"&gt;DBM-variablemass_pro.mw&lt;/a&gt;&lt;/p&gt;</description>
      <guid>133675</guid>
      <pubDate>Thu, 03 May 2012 06:32:03 Z</pubDate>
      <itunes:author>Gbrandt</itunes:author>
      <author>Gbrandt</author>
    </item>
    <item>
      <title>Domain problems in plot for Maple 16</title>
      <link>http://www.mapleprimes.com/posts/133666-Domain-Problems-In-Plot-For-Maple-16?ref=Feed:MaplePrimes:Tagged With plot</link>
      <itunes:summary>&lt;p&gt;The basic plot routine in Maple 16 has a serious problem with the domain.&amp;nbsp; The following is an example.&lt;/p&gt;
&lt;p&gt;The domain is correct in Maple 15.&amp;nbsp; This failure occurs in both Windows 7 and Linux.&lt;/p&gt;
&lt;form name="worksheet_form"&gt;
&lt;table style="width: 576px;" align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</itunes:summary>
      <description>&lt;p&gt;The basic plot routine in Maple 16 has a serious problem with the domain.&amp;nbsp; The following is an example.&lt;/p&gt;
&lt;p&gt;The domain is correct in Maple 15.&amp;nbsp; This failure occurs in both Windows 7 and Linux.&lt;/p&gt;
&lt;form name="worksheet_form"&gt;
&lt;table style="width: 576px;" align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</description>
      <guid>133666</guid>
      <pubDate>Thu, 03 May 2012 00:19:32 Z</pubDate>
      <itunes:author>jaytreiman</itunes:author>
      <author>jaytreiman</author>
    </item>
  </channel>
</rss>
