<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - Questions and Posts tagged with calculus</title>
    <link>http://www.mapleprimes.com/tags/calculus</link>
    <language>en-us</language>
    <copyright>2012 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Mon, 21 May 2012 15:42:19 GMT</lastBuildDate>
    <pubDate>Mon, 21 May 2012 15:42:19 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The most recent questions and posts on MaplePrimes tagged with calculus</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - Questions and Posts tagged with calculus</title>
      <link>http://www.mapleprimes.com/tags/calculus</link>
    </image>
    <item>
      <title>task curve (tractrix)</title>
      <link>http://www.mapleprimes.com/questions/134156-Task-Curve-tractrix?ref=Feed:MaplePrimes:Tagged With calculus</link>
      <itunes:summary>&lt;p&gt;&lt;strong&gt;I have a curve Tractrix: x(t)=1/cosht,y(t)=t-tanht&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;how I do?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Find the length of the tangent line from the tangent point to the asymptote&lt;/li&gt;
&lt;li&gt;find the area between the curve and its asymptote&lt;/li&gt;
&lt;li&gt;find the length of the curve from x-axis to a point on the curve&lt;/li&gt;
&lt;li&gt;find the slope of the tangent line at any point along the curve&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I hope you can help , its very important to me&lt;/p&gt;
&lt;p&gt;kawakib&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;strong&gt;I have a curve Tractrix: x(t)=1/cosht,y(t)=t-tanht&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;how I do?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Find the length of the tangent line from the tangent point to the asymptote&lt;/li&gt;
&lt;li&gt;find the area between the curve and its asymptote&lt;/li&gt;
&lt;li&gt;find the length of the curve from x-axis to a point on the curve&lt;/li&gt;
&lt;li&gt;find the slope of the tangent line at any point along the curve&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I hope you can help , its very important to me&lt;/p&gt;
&lt;p&gt;kawakib&lt;/p&gt;</description>
      <guid>134156</guid>
      <pubDate>Sun, 13 May 2012 20:03:53 Z</pubDate>
      <itunes:author>kawakib</itunes:author>
      <author>kawakib</author>
    </item>
    <item>
      <title>An Epidemic Model</title>
      <link>http://www.mapleprimes.com/posts/128278-An-Epidemic-Model?ref=Feed:MaplePrimes:Tagged With calculus</link>
      <itunes:summary>&lt;p&gt;&lt;span class="mainBody document"&gt;I've submitted an application to the &lt;a href="http://www.maplesoft.com/applications/"&gt;Application Center&lt;/a&gt;: &lt;a href="http://www.maplesoft.com/applications/view.aspx?SID=127836"&gt;An Epidemic Model (for Influenza or Zombies)&lt;/a&gt;.&amp;nbsp; This is an interactive Maple document, suitable for instructional use in an undergraduate course in mathematical biology or differential equations, or a calculus course that include differential equations.&amp;nbsp;...&lt;/span&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;span class="mainBody document"&gt;I've submitted an application to the &lt;a href="http://www.maplesoft.com/applications/"&gt;Application Center&lt;/a&gt;: &lt;a href="http://www.maplesoft.com/applications/view.aspx?SID=127836"&gt;An Epidemic Model (for Influenza or Zombies)&lt;/a&gt;.&amp;nbsp; This is an interactive Maple document, suitable for instructional use in an undergraduate course in mathematical biology or differential equations, or a calculus course that include differential equations.&amp;nbsp;...&lt;/span&gt;</description>
      <guid>128278</guid>
      <pubDate>Thu, 01 Dec 2011 02:53:15 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>trigonometric solve without floats</title>
      <link>http://www.mapleprimes.com/questions/126887-Trigonometric-Solve-Without-Floats?ref=Feed:MaplePrimes:Tagged With calculus</link>
      <itunes:summary>&lt;p&gt;Hey&lt;/p&gt;
&lt;p&gt;I'm trying to solve this trigonometric&amp;nbsp;equation:&lt;/p&gt;
&lt;p&gt;e := 4&amp;middot;cos(t)+2&amp;middot;cos(2&amp;middot;t)=0. In the interval 0..2&amp;middot;Pi&lt;/p&gt;
&lt;p&gt;However when i try:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;solve([e, 0 &amp;lt;= t &amp;lt;= 2 Pi], t, AllSolutions, explicit)&lt;/p&gt;
&lt;p&gt;I won't give my a straight&amp;nbsp;answer.&lt;/p&gt;
&lt;p&gt;I have also given&amp;nbsp;Student:-Calculus1:-Roots a try:&lt;/p&gt;
&lt;p&gt;Student:-Calculus1:-Roots(e, t=0..2&amp;middot;Pi)&lt;/p&gt;
&lt;p&gt;But it will only give me an answer when i use the&amp;nbsp;numeric...</itunes:summary>
      <description>&lt;p&gt;Hey&lt;/p&gt;
&lt;p&gt;I'm trying to solve this trigonometric&amp;nbsp;equation:&lt;/p&gt;
&lt;p&gt;e := 4&amp;middot;cos(t)+2&amp;middot;cos(2&amp;middot;t)=0. In the interval 0..2&amp;middot;Pi&lt;/p&gt;
&lt;p&gt;However when i try:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;solve([e, 0 &amp;lt;= t &amp;lt;= 2 Pi], t, AllSolutions, explicit)&lt;/p&gt;
&lt;p&gt;I won't give my a straight&amp;nbsp;answer.&lt;/p&gt;
&lt;p&gt;I have also given&amp;nbsp;Student:-Calculus1:-Roots a try:&lt;/p&gt;
&lt;p&gt;Student:-Calculus1:-Roots(e, t=0..2&amp;middot;Pi)&lt;/p&gt;
&lt;p&gt;But it will only give me an answer when i use the&amp;nbsp;numeric...</description>
      <guid>126887</guid>
      <pubDate>Thu, 20 Oct 2011 22:13:52 Z</pubDate>
      <itunes:author>Andreas Madsen</itunes:author>
      <author>Andreas Madsen</author>
    </item>
    <item>
      <title>trig integral simplification difference?</title>
      <link>http://www.mapleprimes.com/questions/124936-Trig-Integral-Simplification-Difference?ref=Feed:MaplePrimes:Tagged With calculus</link>
      <itunes:summary>&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=42639_1313850920/trig_integrals_prime.mw"&gt;trig_integrals_prime.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;if you put these integrals into Tool...Tutors...Calculus SV ....Integration methods, you get simpler "nicer" answers than when you&amp;nbsp;integrate them directly&amp;nbsp;in a worksheet (even after simplification).&lt;/p&gt;
&lt;p&gt;why the difference?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=42639_1313850920/trig_integrals_prime.mw"&gt;trig_integrals_prime.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;if you put these integrals into Tool...Tutors...Calculus SV ....Integration methods, you get simpler "nicer" answers than when you&amp;nbsp;integrate them directly&amp;nbsp;in a worksheet (even after simplification).&lt;/p&gt;
&lt;p&gt;why the difference?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>124936</guid>
      <pubDate>Sat, 20 Aug 2011 14:49:30 Z</pubDate>
      <itunes:author>brian bovril</itunes:author>
      <author>brian bovril</author>
    </item>
    <item>
      <title>why does evalc give csgn?</title>
      <link>http://www.mapleprimes.com/questions/123906-Why-Does-Evalc-Give-Csgn?ref=Feed:MaplePrimes:Tagged With calculus</link>
      <itunes:summary>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am trying to simplify the expression s as given below. (I am not sure why it comes up with all the vector caclulus notation in it but it should display okay when you enter it)&lt;/p&gt;
&lt;p&gt;Because of the presence of the exponential imaginary fucntions I thought evalc might be useful&amp;nbsp;but when I use it I get a huge expression with csgn appearing in it. To my knowledge csgn appears when assumptions are not correctly specified - is this so? I can't see any assumption...</itunes:summary>
      <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am trying to simplify the expression s as given below. (I am not sure why it comes up with all the vector caclulus notation in it but it should display okay when you enter it)&lt;/p&gt;
&lt;p&gt;Because of the presence of the exponential imaginary fucntions I thought evalc might be useful&amp;nbsp;but when I use it I get a huge expression with csgn appearing in it. To my knowledge csgn appears when assumptions are not correctly specified - is this so? I can't see any assumption...</description>
      <guid>123906</guid>
      <pubDate>Sun, 17 Jul 2011 00:53:21 Z</pubDate>
      <itunes:author>Peter_Parker</itunes:author>
      <author>Peter_Parker</author>
    </item>
    <item>
      <title>dsolve(ODE, y(x), options) - Error, (in dsolve) y(x) and y cannot both appear in the given ODE.</title>
      <link>http://www.mapleprimes.com/questions/120887-DsolveODE-Yx-Options--Error-in-Dsolve?ref=Feed:MaplePrimes:Tagged With calculus</link>
      <itunes:summary>&lt;p&gt;Hello!&lt;/p&gt;
&lt;p&gt;&lt;span class="short_text"&gt;&lt;span class="hps"&gt;I&lt;/span&gt; &lt;span class="hps"&gt;have a&lt;/span&gt; &lt;span class="hps"&gt;problem that&lt;/span&gt; &lt;span class="hps"&gt;has&lt;/span&gt; &lt;span class="hps"&gt;to&lt;/span&gt; &lt;span class="hps"&gt;do&lt;/span&gt; &lt;span class="hps"&gt;with the function dsolve in Maple 14.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="short_text"&gt;&lt;span class="hps"&gt;This is my code:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="short_text"&gt;&lt;span class="hps"&gt;&lt;/span&gt;&lt;/span&gt;</itunes:summary>
      <description>&lt;p&gt;Hello!&lt;/p&gt;
&lt;p&gt;&lt;span class="short_text"&gt;&lt;span class="hps"&gt;I&lt;/span&gt; &lt;span class="hps"&gt;have a&lt;/span&gt; &lt;span class="hps"&gt;problem that&lt;/span&gt; &lt;span class="hps"&gt;has&lt;/span&gt; &lt;span class="hps"&gt;to&lt;/span&gt; &lt;span class="hps"&gt;do&lt;/span&gt; &lt;span class="hps"&gt;with the function dsolve in Maple 14.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="short_text"&gt;&lt;span class="hps"&gt;This is my code:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="short_text"&gt;&lt;span class="hps"&gt;&lt;/span&gt;&lt;/span&gt;</description>
      <guid>120887</guid>
      <pubDate>Wed, 01 Jun 2011 08:47:34 Z</pubDate>
      <itunes:author>visko</itunes:author>
      <author>visko</author>
    </item>
    <item>
      <title>How do I calculate Riemannsum?</title>
      <link>http://www.mapleprimes.com/questions/102235-How-Do-I-Calculate-Riemannsum?ref=Feed:MaplePrimes:Tagged With calculus</link>
      <itunes:summary>&lt;p&gt;&lt;span class="hps"&gt;I want to make&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;a&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;numerical&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;approximation&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;of the&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;number&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;Pi&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;to&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;a defect&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;that&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;is&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;not more than&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;0.0001&lt;/span&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;span class="hps"&gt;I want to make&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;a&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;numerical&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;approximation&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;of the&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;number&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;Pi&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;to&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;a defect&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;that&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;is&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;not more than&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;0.0001&lt;/span&gt;</description>
      <guid>102235</guid>
      <pubDate>Sat, 05 Mar 2011 18:00:32 Z</pubDate>
      <itunes:author>Harry_smile</itunes:author>
      <author>Harry_smile</author>
    </item>
    <item>
      <title>Maple Animations</title>
      <link>http://www.mapleprimes.com/posts/100121-Maple-Animations?ref=Feed:MaplePrimes:Tagged With calculus</link>
      <itunes:summary>&lt;p&gt;Hello.&lt;/p&gt;
&lt;p&gt;I was thinking about how I have used Maple for making animations. Thinking about it, I remembered an animation that I made to motivate the students of a calculus course. With this animation, I was searching to show the students the power of Maple.&lt;/p&gt;
&lt;p&gt;I would like to see other animations for getting new and interesting ideas to show the students.&lt;/p&gt;
&lt;p&gt;If you want to upload some animations, we could do a funny post with many animations.&lt;/p&gt;
&lt;p&gt;</itunes:summary>
      <description>&lt;p&gt;Hello.&lt;/p&gt;
&lt;p&gt;I was thinking about how I have used Maple for making animations. Thinking about it, I remembered an animation that I made to motivate the students of a calculus course. With this animation, I was searching to show the students the power of Maple.&lt;/p&gt;
&lt;p&gt;I would like to see other animations for getting new and interesting ideas to show the students.&lt;/p&gt;
&lt;p&gt;If you want to upload some animations, we could do a funny post with many animations.&lt;/p&gt;
&lt;p&gt;</description>
      <guid>100121</guid>
      <pubDate>Fri, 10 Dec 2010 22:09:13 Z</pubDate>
      <itunes:author>tatan2501</itunes:author>
      <author>tatan2501</author>
    </item>
    <item>
      <title>Is there a way to help Maple evaluate this triple integral?</title>
      <link>http://www.mapleprimes.com/questions/99245-Is-There-A-Way-To-Help-Maple-Evaluate?ref=Feed:MaplePrimes:Tagged With calculus</link>
      <itunes:summary>&lt;p&gt;This is for a calculus lab.&amp;nbsp; I need to show my students how to do this with Maple.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=2848d287ce62429965a71df93b234e13.gif" alt="int(int(int(VectorCalculus[`*`](VectorCalculus[`+`](r^2, VectorCalculus[`*`](r, cos(theta))), r), z = 0 .. sqrt(VectorCalculus[`+`](a^2, VectorCalculus[`-`](r^2)))), r = 0 .. a), theta = 0 .. VectorCalculus[`*`](2, Pi))"&gt;&lt;/p&gt;
&lt;p&gt;It only does the inner integral and gives&amp;nbsp; ...</itunes:summary>
      <description>&lt;p&gt;This is for a calculus lab.&amp;nbsp; I need to show my students how to do this with Maple.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=2848d287ce62429965a71df93b234e13.gif" alt="int(int(int(VectorCalculus[`*`](VectorCalculus[`+`](r^2, VectorCalculus[`*`](r, cos(theta))), r), z = 0 .. sqrt(VectorCalculus[`+`](a^2, VectorCalculus[`-`](r^2)))), r = 0 .. a), theta = 0 .. VectorCalculus[`*`](2, Pi))"&gt;&lt;/p&gt;
&lt;p&gt;It only does the inner integral and gives&amp;nbsp; ...</description>
      <guid>99245</guid>
      <pubDate>Sun, 21 Nov 2010 21:12:55 Z</pubDate>
      <itunes:author>widmer</itunes:author>
      <author>widmer</author>
    </item>
    <item>
      <title>CompleteSquare can't square completely</title>
      <link>http://www.mapleprimes.com/questions/99207-CompleteSquare-Cant-Square-Completely?ref=Feed:MaplePrimes:Tagged With calculus</link>
      <itunes:summary>&lt;p&gt;ans:=CompleteSquare(x^2+2*x)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ans := (x+1)^2-1&lt;/p&gt;
&lt;p&gt;ans1:=CompleteSquare(x^4+2*x^2, x^2)&lt;/p&gt;
&lt;p&gt;Error, (in Student:-Precalculus:-CompleteSquare) arguments after the 1st should be a name, function, or a list or set of names or functions...</itunes:summary>
      <description>&lt;p&gt;ans:=CompleteSquare(x^2+2*x)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ans := (x+1)^2-1&lt;/p&gt;
&lt;p&gt;ans1:=CompleteSquare(x^4+2*x^2, x^2)&lt;/p&gt;
&lt;p&gt;Error, (in Student:-Precalculus:-CompleteSquare) arguments after the 1st should be a name, function, or a list or set of names or functions...</description>
      <guid>99207</guid>
      <pubDate>Sun, 21 Nov 2010 14:09:31 Z</pubDate>
      <itunes:author>lxyuzs</itunes:author>
      <author>lxyuzs</author>
    </item>
    <item>
      <title>Why can't VectorCalculus[Jacobian] take vectors?</title>
      <link>http://www.mapleprimes.com/questions/98564-Why-Cant-VectorCalculusJacobian-Take-Vectors?ref=Feed:MaplePrimes:Tagged With calculus</link>
      <itunes:summary>&lt;p&gt;why won't VectorCalculus[Jacobian] accept vectors?&lt;/p&gt;
&lt;p&gt;... to prevent me from frying my system? or is it an unnecessary restriction?&lt;/p&gt;
&lt;pre&gt;Here's what I mean:&lt;br&gt;&lt;/pre&gt;
&lt;pre&gt;Fvec := Vector([x[1]*x[2],3*x[3]]);&lt;br&gt;Xvec := Vector([x[1],x[2]]);&lt;br&gt;Flst := [x[1]*x[2],3*x[3]];&lt;br&gt;Xlst := [x[1],x[2]];&lt;br&gt;VectorCalculus[Jacobian](Fvec,Xlst);&lt;br&gt;VectorCalculus[Jacobian](Flst,Xlst);&lt;br&gt;VectorCalculus[Jacobian](Flst,Xvec);&lt;br&gt;&lt;br&gt;Error, invalid input: too many and/or wrong type...&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;why won't VectorCalculus[Jacobian] accept vectors?&lt;/p&gt;
&lt;p&gt;... to prevent me from frying my system? or is it an unnecessary restriction?&lt;/p&gt;
&lt;pre&gt;Here's what I mean:&lt;br&gt;&lt;/pre&gt;
&lt;pre&gt;Fvec := Vector([x[1]*x[2],3*x[3]]);&lt;br&gt;Xvec := Vector([x[1],x[2]]);&lt;br&gt;Flst := [x[1]*x[2],3*x[3]];&lt;br&gt;Xlst := [x[1],x[2]];&lt;br&gt;VectorCalculus[Jacobian](Fvec,Xlst);&lt;br&gt;VectorCalculus[Jacobian](Flst,Xlst);&lt;br&gt;VectorCalculus[Jacobian](Flst,Xvec);&lt;br&gt;&lt;br&gt;Error, invalid input: too many and/or wrong type...&lt;/pre&gt;</description>
      <guid>98564</guid>
      <pubDate>Thu, 04 Nov 2010 09:29:22 Z</pubDate>
      <itunes:author>PatrickT</itunes:author>
      <author>PatrickT</author>
    </item>
    <item>
      <title>Please help!!! How can I solve a derivative in Maple with the right commands?</title>
      <link>http://www.mapleprimes.com/questions/98134-Please-Help-How-Can-I-Solve-A-Derivative?ref=Feed:MaplePrimes:Tagged With calculus</link>
      <itunes:summary>&lt;form&gt; &lt;a href="/view.aspx?sf=98134/311927/ques_27_part_b_page_.jpg"&gt;&lt;img src="/view.aspx?sf=98134/311927/ques_27_part_b_page_.jpg" alt="" width="637" height="985"&gt;&lt;/a&gt;&lt;a href="/view.aspx?sf=98134/311927/ques_27_part_b_page_.jpg"&gt;&lt;img src="/thumbnail.ashx?file=/view.aspx?sf=98134/311927/ques_27_part_b_page_.jpg" alt=""&gt;&lt;/a&gt;&lt;/form&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=98134/311925/Maple_primes_ques_27.mw"&gt;Download Maple_primes_ques_27.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;</itunes:summary>
      <description>&lt;form&gt; &lt;a href="/view.aspx?sf=98134/311927/ques_27_part_b_page_.jpg"&gt;&lt;img src="/view.aspx?sf=98134/311927/ques_27_part_b_page_.jpg" alt="" width="637" height="985"&gt;&lt;/a&gt;&lt;a href="/view.aspx?sf=98134/311927/ques_27_part_b_page_.jpg"&gt;&lt;img src="/thumbnail.ashx?file=/view.aspx?sf=98134/311927/ques_27_part_b_page_.jpg" alt=""&gt;&lt;/a&gt;&lt;/form&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=98134/311925/Maple_primes_ques_27.mw"&gt;Download Maple_primes_ques_27.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;</description>
      <guid>98134</guid>
      <pubDate>Tue, 26 Oct 2010 00:32:28 Z</pubDate>
      <itunes:author>ummu</itunes:author>
      <author>ummu</author>
    </item>
    <item>
      <title>Student Calculus Bundle</title>
      <link>http://www.mapleprimes.com/questions/97453-Student-Calculus-Bundle?ref=Feed:MaplePrimes:Tagged With calculus</link>
      <itunes:summary>&lt;p&gt;I'm in the process of reviewing Calculus for self-learning--I'm not in a class room but learning/re-learning on my own.&amp;nbsp; Would the Calculus Bundle be sufficient for that purpose?&amp;nbsp; Does it contain enough supporting information to permit self-learning?&amp;nbsp; Would steps be shown for equation solutions?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I'm in the process of reviewing Calculus for self-learning--I'm not in a class room but learning/re-learning on my own.&amp;nbsp; Would the Calculus Bundle be sufficient for that purpose?&amp;nbsp; Does it contain enough supporting information to permit self-learning?&amp;nbsp; Would steps be shown for equation solutions?&lt;/p&gt;</description>
      <guid>97453</guid>
      <pubDate>Mon, 04 Oct 2010 01:41:22 Z</pubDate>
      <itunes:author>swim73</itunes:author>
      <author>swim73</author>
    </item>
    <item>
      <title>Maplets for Calculus 1.3 now available</title>
      <link>http://www.mapleprimes.com/posts/96850-Maplets-For-Calculus-13-Now-Available?ref=Feed:MaplePrimes:Tagged With calculus</link>
      <itunes:summary>&lt;p class="first"&gt;A new edition of Maplets for Calculus&amp;nbsp; (M4C) is now available.&amp;nbsp; M4C v1.3 is a collection of 129 maplets for calculus students and instructors.&amp;nbsp; The 35 new maplets fill in some gaps in the coverage of precalculus and single variable calculus and begin to address multivariate topics. Each maplet provides a customized graphical user interface (using 2D and 3D graphics and animation) to provide immediate, step-by-step guidance through an endless supply of random ...</itunes:summary>
      <description>&lt;p class="first"&gt;A new edition of Maplets for Calculus&amp;nbsp; (M4C) is now available.&amp;nbsp; M4C v1.3 is a collection of 129 maplets for calculus students and instructors.&amp;nbsp; The 35 new maplets fill in some gaps in the coverage of precalculus and single variable calculus and begin to address multivariate topics. Each maplet provides a customized graphical user interface (using 2D and 3D graphics and animation) to provide immediate, step-by-step guidance through an endless supply of random ...</description>
      <guid>96850</guid>
      <pubDate>Mon, 13 Sep 2010 12:45:58 Z</pubDate>
      <itunes:author>Doug Meade</itunes:author>
      <author>Doug Meade</author>
    </item>
    <item>
      <title>Error, (in simplify/tools/_zn) too many levels of recursion</title>
      <link>http://www.mapleprimes.com/questions/94483-Error-in-Simplifytoolszn-Too-Many?ref=Feed:MaplePrimes:Tagged With calculus</link>
      <itunes:summary>&lt;p&gt;with the following input:&lt;/p&gt;
&lt;p&gt;with(VectorCalculus);&lt;/p&gt;
&lt;p&gt;X := r -&amp;gt; sqrt(2/Pi)*alpha*exp(-alpha^2*(r.r));&lt;/p&gt;
&lt;p&gt;a_0:=a*&amp;lt;1/(2*sqrt(3) , 1/2&amp;gt;;&lt;/p&gt;
&lt;p&gt;r:=&amp;lt;x,y&amp;gt;;&lt;/p&gt;
&lt;p&gt;K:=&amp;lt;k_1, k_2&amp;gt;;&lt;/p&gt;
&lt;p&gt;assume(alpha::real);&lt;/p&gt;
&lt;p&gt;assume(alpha&amp;gt;0);&lt;br&gt;assume(k_1&amp;gt;0);&lt;/p&gt;
&lt;p&gt;assume(k_2&amp;gt;0);&lt;/p&gt;
&lt;p&gt;assume(k_1::real);&lt;/p&gt;
&lt;p&gt;assume(k_2::real);&lt;/p&gt;
&lt;p&gt;eq1:=int( X(r-a_0) , x=-infinity .. infinity);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Why is the ouput :&lt;/p&gt;
&lt;p&gt;&amp;nbsp;</itunes:summary>
      <description>&lt;p&gt;with the following input:&lt;/p&gt;
&lt;p&gt;with(VectorCalculus);&lt;/p&gt;
&lt;p&gt;X := r -&amp;gt; sqrt(2/Pi)*alpha*exp(-alpha^2*(r.r));&lt;/p&gt;
&lt;p&gt;a_0:=a*&amp;lt;1/(2*sqrt(3) , 1/2&amp;gt;;&lt;/p&gt;
&lt;p&gt;r:=&amp;lt;x,y&amp;gt;;&lt;/p&gt;
&lt;p&gt;K:=&amp;lt;k_1, k_2&amp;gt;;&lt;/p&gt;
&lt;p&gt;assume(alpha::real);&lt;/p&gt;
&lt;p&gt;assume(alpha&amp;gt;0);&lt;br&gt;assume(k_1&amp;gt;0);&lt;/p&gt;
&lt;p&gt;assume(k_2&amp;gt;0);&lt;/p&gt;
&lt;p&gt;assume(k_1::real);&lt;/p&gt;
&lt;p&gt;assume(k_2::real);&lt;/p&gt;
&lt;p&gt;eq1:=int( X(r-a_0) , x=-infinity .. infinity);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Why is the ouput :&lt;/p&gt;
&lt;p&gt;&amp;nbsp;</description>
      <guid>94483</guid>
      <pubDate>Fri, 25 Jun 2010 05:15:48 Z</pubDate>
      <itunes:author>otherworld314</itunes:author>
      <author>otherworld314</author>
    </item>
  </channel>
</rss>
