<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - Maple 16 Posts and Questions</title>
    <link>http://www.mapleprimes.com/products/Maple/Maple 16</link>
    <language>en-us</language>
    <copyright>2013 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Fri, 24 May 2013 19:58:02 GMT</lastBuildDate>
    <pubDate>Fri, 24 May 2013 19:58:02 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>Maple 16 Questions and Posts on MaplePrimes</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - Maple 16 Posts and Questions</title>
      <link>http://www.mapleprimes.com/products/Maple/Maple 16</link>
    </image>
    <item>
      <title>logarithmic derivative?</title>
      <link>http://www.mapleprimes.com/questions/147373-Logarithmic-Derivative?ref=Feed:MaplePrimes:Version Maple 16</link>
      <itunes:summary>&lt;p&gt;how can i preform this calculation in maple?&lt;/p&gt;
&lt;p&gt;(&amp;amp;PartialD;)/(&amp;amp;PartialD; log(R[e[0]]))(log(N[u]))&lt;/p&gt;
&lt;p&gt;it's a derivative of a logarithmic expression with respect to another logarithmic expression, the one on the bottom is a "standalone" vairable and the one on the top is a function of the previous one and some others.&lt;/p&gt;
&lt;p&gt;thaks in advance to anybody who might help.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;how can i preform this calculation in maple?&lt;/p&gt;
&lt;p&gt;(&amp;amp;PartialD;)/(&amp;amp;PartialD; log(R[e[0]]))(log(N[u]))&lt;/p&gt;
&lt;p&gt;it's a derivative of a logarithmic expression with respect to another logarithmic expression, the one on the bottom is a "standalone" vairable and the one on the top is a function of the previous one and some others.&lt;/p&gt;
&lt;p&gt;thaks in advance to anybody who might help.&lt;/p&gt;</description>
      <guid>147373</guid>
      <pubDate>Sun, 19 May 2013 11:49:53 Z</pubDate>
      <itunes:author>abenigma</itunes:author>
      <author>abenigma</author>
    </item>
    <item>
      <title>How to export data from a PDE using using Export (Matrix)?</title>
      <link>http://www.mapleprimes.com/questions/147267-How-To-Export-Data-From-A-PDE-Using-Using-Export-Matrix?ref=Feed:MaplePrimes:Version Maple 16</link>
      <itunes:summary>&lt;p&gt;Hello every one,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here I will recall the PDE and its numerical solutiion provided by Maple help.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;PDE := diff(u(x,t),t)=-diff(u(x,t),x);&lt;/p&gt;
&lt;p&gt;IBC := {u(x,0)=sin(2*Pi*x),u(0,t)=-sin(2*Pi*t)};&lt;/p&gt;
&lt;p&gt;pds := pdsolve(PDE,IBC,numeric,time=t,range=0..1);&lt;/p&gt;
&lt;p&gt;p1:=pds:-plot(t=0,numpoints=50):&lt;br&gt;p2:=pds:-plot(t=1/8,numpoints=50,color=blue):&lt;br&gt;p3:=pds:-plot(t=1/4,numpoints=50,color=green):&lt;br&gt;plots[display]({p1,p2,p3});&lt;/p&gt;
&lt;p&gt;I want to export data...</itunes:summary>
      <description>&lt;p&gt;Hello every one,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here I will recall the PDE and its numerical solutiion provided by Maple help.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;PDE := diff(u(x,t),t)=-diff(u(x,t),x);&lt;/p&gt;
&lt;p&gt;IBC := {u(x,0)=sin(2*Pi*x),u(0,t)=-sin(2*Pi*t)};&lt;/p&gt;
&lt;p&gt;pds := pdsolve(PDE,IBC,numeric,time=t,range=0..1);&lt;/p&gt;
&lt;p&gt;p1:=pds:-plot(t=0,numpoints=50):&lt;br&gt;p2:=pds:-plot(t=1/8,numpoints=50,color=blue):&lt;br&gt;p3:=pds:-plot(t=1/4,numpoints=50,color=green):&lt;br&gt;plots[display]({p1,p2,p3});&lt;/p&gt;
&lt;p&gt;I want to export data...</description>
      <guid>147267</guid>
      <pubDate>Wed, 15 May 2013 01:30:35 Z</pubDate>
      <itunes:author>J4James</itunes:author>
      <author>J4James</author>
    </item>
    <item>
      <title>Differentia Equations Mixing Problem</title>
      <link>http://www.mapleprimes.com/questions/147095-Differentia-Equations-Mixing-Problem?ref=Feed:MaplePrimes:Version Maple 16</link>
      <itunes:summary>&lt;p&gt;Hi, I have a maple project and one of the questions reads:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;a. | Initially, a 100  liter tank contains a salt solution with concentration 0.5 kg/liter. A fresher solution with concentration 0.1 kg/liter flows into the tank at the rate of 4 liter/min. The contents of the tank are kept well stirred, and the mixture flows out at the same rate it flows in.&lt;br&gt;i. Find the amount of salt in the tank as a function of time.&lt;/p&gt;
&lt;p&gt;ii. Determine the concentration of salt in the tank at any time.</itunes:summary>
      <description>&lt;p&gt;Hi, I have a maple project and one of the questions reads:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;a. | Initially, a 100  liter tank contains a salt solution with concentration 0.5 kg/liter. A fresher solution with concentration 0.1 kg/liter flows into the tank at the rate of 4 liter/min. The contents of the tank are kept well stirred, and the mixture flows out at the same rate it flows in.&lt;br&gt;i. Find the amount of salt in the tank as a function of time.&lt;/p&gt;
&lt;p&gt;ii. Determine the concentration of salt in the tank at any time.</description>
      <guid>147095</guid>
      <pubDate>Fri, 10 May 2013 21:02:48 Z</pubDate>
      <itunes:author>BeeMariex3</itunes:author>
      <author>BeeMariex3</author>
    </item>
    <item>
      <title>Simplification of bessel  equations</title>
      <link>http://www.mapleprimes.com/questions/146753-Simplification-Of-Bessel--Equations?ref=Feed:MaplePrimes:Version Maple 16</link>
      <itunes:summary>&lt;p&gt;Dear Experts,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have an equation which needs to be simplified. However it is mostly  in Bessel I and BesselK. To simply it I have used the simplify(  expression, </itunes:summary>
      <description>&lt;p&gt;Dear Experts,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have an equation which needs to be simplified. However it is mostly  in Bessel I and BesselK. To simply it I have used the simplify(  expression, </description>
      <guid>146753</guid>
      <pubDate>Sun, 05 May 2013 12:21:15 Z</pubDate>
      <itunes:author>maplelearner</itunes:author>
      <author>maplelearner</author>
    </item>
    <item>
      <title>Can't compute mean or variance of custom discrete random variable</title>
      <link>http://www.mapleprimes.com/questions/146733-Cant-Compute-Mean-Or-Variance-Of-Custom?ref=Feed:MaplePrimes:Version Maple 16</link>
      <itunes:summary>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm trying to compute the mean and variance of a custom discrete random variable, as indicated in the file below (well, I do know its mean and variance, but I need the variable in a more complex context). Defining it is no problem at all, but when I parse Mean(Y) and Variance(Y), a weird expression shows up, despite my random variable being really simple. Does somebody know what goes wrong?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm trying to compute the mean and variance of a custom discrete random variable, as indicated in the file below (well, I do know its mean and variance, but I need the variable in a more complex context). Defining it is no problem at all, but when I parse Mean(Y) and Variance(Y), a weird expression shows up, despite my random variable being really simple. Does somebody know what goes wrong?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;</description>
      <guid>146733</guid>
      <pubDate>Sat, 04 May 2013 22:01:50 Z</pubDate>
      <itunes:author>Gaussler</itunes:author>
      <author>Gaussler</author>
    </item>
    <item>
      <title>3d phaseportrait</title>
      <link>http://www.mapleprimes.com/questions/146501-3d-Phaseportrait?ref=Feed:MaplePrimes:Version Maple 16</link>
      <itunes:summary>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm trying to make a phase plane plot for the Lorenz system of differential equations around the equilibrium point (0,0,0) but when it keeps coming up with an error, saying it's "unable to obtain field plot, additional unknown(s) found: xy"&lt;br&gt;&lt;br&gt;Any idea where I'm going wrong? Any help would be greatly appreciated!&lt;/p&gt;
&lt;p&gt;Katie&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm trying to make a phase plane plot for the Lorenz system of differential equations around the equilibrium point (0,0,0) but when it keeps coming up with an error, saying it's "unable to obtain field plot, additional unknown(s) found: xy"&lt;br&gt;&lt;br&gt;Any idea where I'm going wrong? Any help would be greatly appreciated!&lt;/p&gt;
&lt;p&gt;Katie&lt;/p&gt;</description>
      <guid>146501</guid>
      <pubDate>Tue, 30 Apr 2013 14:28:05 Z</pubDate>
      <itunes:author>kst11</itunes:author>
      <author>kst11</author>
    </item>
    <item>
      <title>solve ordinary differential equations</title>
      <link>http://www.mapleprimes.com/questions/146495-Solve-Ordinary-Differential-Equations?ref=Feed:MaplePrimes:Version Maple 16</link>
      <itunes:summary>&lt;p&gt;sys1 := [diff(y(x), x) = a/(1-y(x))^b+c*exp(-d*x)/(1-y(x))^2]:&lt;/p&gt;
&lt;p&gt;dsolve(sys1)&lt;/p&gt;
&lt;p&gt;but the result is empty.&lt;/p&gt;
&lt;p&gt;What&amp;nbsp;can I do?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;sys1 := [diff(y(x), x) = a/(1-y(x))^b+c*exp(-d*x)/(1-y(x))^2]:&lt;/p&gt;
&lt;p&gt;dsolve(sys1)&lt;/p&gt;
&lt;p&gt;but the result is empty.&lt;/p&gt;
&lt;p&gt;What&amp;nbsp;can I do?&lt;/p&gt;</description>
      <guid>146495</guid>
      <pubDate>Tue, 30 Apr 2013 12:51:05 Z</pubDate>
      <itunes:author>_zgj</itunes:author>
      <author>_zgj</author>
    </item>
    <item>
      <title>random sample testing</title>
      <link>http://www.mapleprimes.com/questions/146379-Random-Sample-Testing?ref=Feed:MaplePrimes:Version Maple 16</link>
      <itunes:summary>&lt;p&gt;I am trying to get Maple to calculate this for me:&lt;/p&gt;
&lt;p&gt;Let X&lt;sub&gt;1&lt;/sub&gt;,X&lt;sub&gt;2&lt;/sub&gt;,...X&lt;sub&gt;81&lt;/sub&gt; be a random sample from a distsribution (not necessarily normal) with mean &amp;micro;=49 and standard deviation &amp;sigma; =8. Let &amp;macr;X = (1/81)* &amp;sum;&lt;sub&gt;i=1&lt;/sub&gt;&lt;sup&gt;81&amp;nbsp;&lt;/sup&gt;* X&lt;sub&gt;i&lt;/sub&gt;&lt;/p&gt;
&lt;p&gt;&lt;sub&gt;I need to find the mean, the standard deviation and the approximate distribition&amp;nbsp;of &amp;oline;X,&lt;/sub&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;sub&gt;BTW, the 81 goes directly...&lt;/sub&gt;</itunes:summary>
      <description>&lt;p&gt;I am trying to get Maple to calculate this for me:&lt;/p&gt;
&lt;p&gt;Let X&lt;sub&gt;1&lt;/sub&gt;,X&lt;sub&gt;2&lt;/sub&gt;,...X&lt;sub&gt;81&lt;/sub&gt; be a random sample from a distsribution (not necessarily normal) with mean &amp;micro;=49 and standard deviation &amp;sigma; =8. Let &amp;macr;X = (1/81)* &amp;sum;&lt;sub&gt;i=1&lt;/sub&gt;&lt;sup&gt;81&amp;nbsp;&lt;/sup&gt;* X&lt;sub&gt;i&lt;/sub&gt;&lt;/p&gt;
&lt;p&gt;&lt;sub&gt;I need to find the mean, the standard deviation and the approximate distribition&amp;nbsp;of &amp;oline;X,&lt;/sub&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;sub&gt;BTW, the 81 goes directly...&lt;/sub&gt;</description>
      <guid>146379</guid>
      <pubDate>Sat, 27 Apr 2013 18:22:58 Z</pubDate>
      <itunes:author>askstatshelp</itunes:author>
      <author>askstatshelp</author>
    </item>
    <item>
      <title>Problems solving IVP from MapleSIM in Maple / problems with fsolve</title>
      <link>http://www.mapleprimes.com/questions/146352-Problems-Solving-IVP-From-MapleSIM-In?ref=Feed:MaplePrimes:Version Maple 16</link>
      <itunes:summary>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I've been trying to manipulate the equations of a mechanism that I've exported from MapleSIM. &amp;nbsp;The system equations contain 4 differential ordinary equations, and 6 algebraic equations. &amp;nbsp;In MapleSIM it simulates fine, but I'm having problems simulating it in maple alone (without multibody exports).&lt;/p&gt;
&lt;p&gt;I've tried solving the initial value problem by replacing all the time dependant variables with constants, (and as this is a dynamics problem) I supplied...</itunes:summary>
      <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I've been trying to manipulate the equations of a mechanism that I've exported from MapleSIM. &amp;nbsp;The system equations contain 4 differential ordinary equations, and 6 algebraic equations. &amp;nbsp;In MapleSIM it simulates fine, but I'm having problems simulating it in maple alone (without multibody exports).&lt;/p&gt;
&lt;p&gt;I've tried solving the initial value problem by replacing all the time dependant variables with constants, (and as this is a dynamics problem) I supplied...</description>
      <guid>146352</guid>
      <pubDate>Fri, 26 Apr 2013 16:52:44 Z</pubDate>
      <itunes:author>teh_allchemist</itunes:author>
      <author>teh_allchemist</author>
    </item>
    <item>
      <title>Incorrect computation result</title>
      <link>http://www.mapleprimes.com/questions/146291-Incorrect-Computation-Result?ref=Feed:MaplePrimes:Version Maple 16</link>
      <itunes:summary>&lt;p&gt;The operation:&amp;nbsp;2^29.403243784 gives me&amp;nbsp;7.0999999820*10^8.&lt;/p&gt;
&lt;p&gt;However, using WolframAlpha, the answer is&amp;nbsp;7.10000000139658667836958142950829925944726171959 &amp;times; 10^8.&lt;/p&gt;
&lt;p&gt;These are 2 different answers. Can someone offer an&amp;nbsp;explanation as to why this occurs and how I can avoid this problem?&lt;/p&gt;
&lt;p&gt;Thanks in Advance!&lt;/p&gt;
&lt;p&gt;Eddy Liu&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;The operation:&amp;nbsp;2^29.403243784 gives me&amp;nbsp;7.0999999820*10^8.&lt;/p&gt;
&lt;p&gt;However, using WolframAlpha, the answer is&amp;nbsp;7.10000000139658667836958142950829925944726171959 &amp;times; 10^8.&lt;/p&gt;
&lt;p&gt;These are 2 different answers. Can someone offer an&amp;nbsp;explanation as to why this occurs and how I can avoid this problem?&lt;/p&gt;
&lt;p&gt;Thanks in Advance!&lt;/p&gt;
&lt;p&gt;Eddy Liu&lt;/p&gt;</description>
      <guid>146291</guid>
      <pubDate>Thu, 25 Apr 2013 07:26:14 Z</pubDate>
      <itunes:author>eddyliu</itunes:author>
      <author>eddyliu</author>
    </item>
    <item>
      <title>Error, (in HTTP:-Get) timed out waiting for initial response from server</title>
      <link>http://www.mapleprimes.com/questions/146234-Error-in-HTTPGet-Timed-Out-Waiting?ref=Feed:MaplePrimes:Version Maple 16</link>
      <itunes:summary>&lt;p&gt;I have this csv file on my website (the file is hosted on dropbox.com) that I want to load into Maple:&lt;br&gt;Hence I type:&lt;br&gt;&lt;br&gt;URL := "https://dl.dropboxusercontent.com/s/7fqalrdtn0c3r8u/Stockholm%20Stock%20Exchange%28Percentage%20Change%29.csv?token_hash=AAGxpzva90O6oNlLAie3T1h0UNP06I5EPg2qrROHMglRMw&amp;amp;dl=1":&lt;br&gt;HTTP:-Get(URL, 'timeout' = 100)&lt;br&gt;&lt;br&gt;Then I get:&lt;br&gt;&lt;br&gt;Error, (in HTTP:-Get) timed out waiting for initial response from server&lt;br&gt;&lt;br&gt;If you past the url into...</itunes:summary>
      <description>&lt;p&gt;I have this csv file on my website (the file is hosted on dropbox.com) that I want to load into Maple:&lt;br&gt;Hence I type:&lt;br&gt;&lt;br&gt;URL := "https://dl.dropboxusercontent.com/s/7fqalrdtn0c3r8u/Stockholm%20Stock%20Exchange%28Percentage%20Change%29.csv?token_hash=AAGxpzva90O6oNlLAie3T1h0UNP06I5EPg2qrROHMglRMw&amp;amp;dl=1":&lt;br&gt;HTTP:-Get(URL, 'timeout' = 100)&lt;br&gt;&lt;br&gt;Then I get:&lt;br&gt;&lt;br&gt;Error, (in HTTP:-Get) timed out waiting for initial response from server&lt;br&gt;&lt;br&gt;If you past the url into...</description>
      <guid>146234</guid>
      <pubDate>Tue, 23 Apr 2013 09:33:47 Z</pubDate>
      <itunes:author>marc005</itunes:author>
      <author>marc005</author>
    </item>
    <item>
      <title>a question about iteration</title>
      <link>http://www.mapleprimes.com/questions/146231-A-Question-About-Iteration?ref=Feed:MaplePrimes:Version Maple 16</link>
      <itunes:summary>&lt;p&gt;Here is a relation: t[n+1]:=((a*n^2+a*n+b)*t[n]+c*(n^2)*t[n-1])/(n+1)^2&lt;/p&gt;
&lt;p&gt;t[-1]:=0  and t[0]:=1&lt;/p&gt;
&lt;p&gt;a,b,c are integers and a,b,c are from 1 to 20 and n is from 0 to 20&lt;/p&gt;
&lt;p&gt;the series t[n+1] is integer&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I want to know how to list (a,b,c) that satisfies the above. Please help!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Here is a relation: t[n+1]:=((a*n^2+a*n+b)*t[n]+c*(n^2)*t[n-1])/(n+1)^2&lt;/p&gt;
&lt;p&gt;t[-1]:=0  and t[0]:=1&lt;/p&gt;
&lt;p&gt;a,b,c are integers and a,b,c are from 1 to 20 and n is from 0 to 20&lt;/p&gt;
&lt;p&gt;the series t[n+1] is integer&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I want to know how to list (a,b,c) that satisfies the above. Please help!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>146231</guid>
      <pubDate>Tue, 23 Apr 2013 07:30:20 Z</pubDate>
      <itunes:author>HDN46</itunes:author>
      <author>HDN46</author>
    </item>
    <item>
      <title>pdetest vs. algsubs</title>
      <link>http://www.mapleprimes.com/questions/146192-Pdetest-Vs-Algsubs?ref=Feed:MaplePrimes:Version Maple 16</link>
      <itunes:summary>&lt;p&gt;Why is there a difference between pdetest and algsubs for a PDE?&lt;br&gt;Shouldn't pdetest work the same as algsubs for the example below?&lt;br&gt;&lt;br&gt;restart: with(PDEtools):&lt;/p&gt;
&lt;p&gt;Eq:=u(x,t)*diff(u(x,t),t)=0:&lt;/p&gt;
&lt;p&gt;tmp:=sin(w*(c*t-x))-(1/4)*epsilon*c^2*cos(w*(c*t+x))^2+epsilon*c^3*w*cos(w*(c*t-x))*sin(w*(c*t-x))*t+(1/4)*epsilon*c^2*cos(w*(c*t-x))^2+(1/8)*c^4*epsilon^2*sin(w*c*t+w*x)+(1/8)*c^4*epsilon^2*sin(w*c*t+w*x)+(1/24)*c^4*epsilon^2*sin(3*w*c*t+3*w*x):&lt;/p&gt;
&lt;p&gt;sol:=u(x,t)=tmp:</itunes:summary>
      <description>&lt;p&gt;Why is there a difference between pdetest and algsubs for a PDE?&lt;br&gt;Shouldn't pdetest work the same as algsubs for the example below?&lt;br&gt;&lt;br&gt;restart: with(PDEtools):&lt;/p&gt;
&lt;p&gt;Eq:=u(x,t)*diff(u(x,t),t)=0:&lt;/p&gt;
&lt;p&gt;tmp:=sin(w*(c*t-x))-(1/4)*epsilon*c^2*cos(w*(c*t+x))^2+epsilon*c^3*w*cos(w*(c*t-x))*sin(w*(c*t-x))*t+(1/4)*epsilon*c^2*cos(w*(c*t-x))^2+(1/8)*c^4*epsilon^2*sin(w*c*t+w*x)+(1/8)*c^4*epsilon^2*sin(w*c*t+w*x)+(1/24)*c^4*epsilon^2*sin(3*w*c*t+3*w*x):&lt;/p&gt;
&lt;p&gt;sol:=u(x,t)=tmp:</description>
      <guid>146192</guid>
      <pubDate>Mon, 22 Apr 2013 10:22:26 Z</pubDate>
      <itunes:author>Karla</itunes:author>
      <author>Karla</author>
    </item>
    <item>
      <title>Can Maple evaluate this limit</title>
      <link>http://www.mapleprimes.com/questions/146134-Can-Maple-Evaluate-This-Limit?ref=Feed:MaplePrimes:Version Maple 16</link>
      <itunes:summary>&lt;p&gt;I am attempting to apply some routine tests to determine the convergence of series with positive terms. I have run into a little difficulty with the root test. I am using surd( ) as shown below, but Maple will not give the exact value, which in my example, should be exp(6). Why is this happening and is there a way to get the root test to work?&lt;/p&gt;
&lt;p&gt;Thanks! &lt;br&gt; &lt;br&gt;&lt;/p&gt;
&lt;form&gt; &lt;/form&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;table width="576" align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</itunes:summary>
      <description>&lt;p&gt;I am attempting to apply some routine tests to determine the convergence of series with positive terms. I have run into a little difficulty with the root test. I am using surd( ) as shown below, but Maple will not give the exact value, which in my example, should be exp(6). Why is this happening and is there a way to get the root test to work?&lt;/p&gt;
&lt;p&gt;Thanks! &lt;br&gt; &lt;br&gt;&lt;/p&gt;
&lt;form&gt; &lt;/form&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;table width="576" align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</description>
      <guid>146134</guid>
      <pubDate>Sun, 21 Apr 2013 02:55:49 Z</pubDate>
      <itunes:author>DJJerome1976</itunes:author>
      <author>DJJerome1976</author>
    </item>
    <item>
      <title>Problem with Map</title>
      <link>http://www.mapleprimes.com/questions/146092-Problem-With-Map?ref=Feed:MaplePrimes:Version Maple 16</link>
      <itunes:summary>&lt;p&gt;I tried to use the parallelized Map function in Maple 16.&lt;/p&gt;
&lt;p&gt;The following code worked as expected:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;with(Threads);&lt;br&gt;Map(`^`,[1,2],2);&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;But then I tried:&lt;br&gt;&lt;strong&gt;Map(`op`,[[a,b]]);&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;and the Maple kernel crashed. This happens every time.&lt;/p&gt;
&lt;p&gt;Any ideas what can be a reason of this?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I tried to use the parallelized Map function in Maple 16.&lt;/p&gt;
&lt;p&gt;The following code worked as expected:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;with(Threads);&lt;br&gt;Map(`^`,[1,2],2);&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;But then I tried:&lt;br&gt;&lt;strong&gt;Map(`op`,[[a,b]]);&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;and the Maple kernel crashed. This happens every time.&lt;/p&gt;
&lt;p&gt;Any ideas what can be a reason of this?&lt;/p&gt;</description>
      <guid>146092</guid>
      <pubDate>Sat, 20 Apr 2013 01:13:37 Z</pubDate>
      <itunes:author>syn_burz</itunes:author>
      <author>syn_burz</author>
    </item>
  </channel>
</rss>