<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Why isn't maple integrating this?</title>
    <link>http://www.mapleprimes.com/questions/142650-Why-Isnt-Maple-Integrating-This</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Sun, 14 Jun 2026 03:52:43 GMT</lastBuildDate>
    <pubDate>Sun, 14 Jun 2026 03:52:43 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Why isn't maple integrating this?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Why isn't maple integrating this?</title>
      <link>http://www.mapleprimes.com/questions/142650-Why-Isnt-Maple-Integrating-This</link>
    </image>
    <item>
      <title>assume</title>
      <link>http://www.mapleprimes.com/questions/142650-Why-Isnt-Maple-Integrating-This?ref=Feed:MaplePrimes:Why isn't maple integrating this?:Comments#answer142653</link>
      <itunes:summary>&lt;p&gt;Remove the second assume command. New assumptions cancel previous ones.&lt;/p&gt;
&lt;p&gt;I find it more convenient not to use assume at all. I use assuming instead:&lt;/p&gt;
&lt;p&gt;restart;&lt;br&gt;f_exp:=exp(-alph*r^2);&lt;br&gt;ff_deriv:=r^2*f_exp^2;&lt;br&gt;ff:=int(ff_deriv,r=0..infinity) assuming alph&amp;gt;0;&lt;br&gt;#assuming makes assumptions during that last computation only.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Remove the second assume command. New assumptions cancel previous ones.&lt;/p&gt;
&lt;p&gt;I find it more convenient not to use assume at all. I use assuming instead:&lt;/p&gt;
&lt;p&gt;restart;&lt;br&gt;f_exp:=exp(-alph*r^2);&lt;br&gt;ff_deriv:=r^2*f_exp^2;&lt;br&gt;ff:=int(ff_deriv,r=0..infinity) assuming alph&amp;gt;0;&lt;br&gt;#assuming makes assumptions during that last computation only.&lt;/p&gt;</description>
      <guid>142653</guid>
      <pubDate>Sat, 26 Jan 2013 22:08:30 Z</pubDate>
      <itunes:author>Preben Alsholm</itunes:author>
      <author>Preben Alsholm</author>
    </item>
    <item>
      <title>Assumptions are not cumulative</title>
      <link>http://www.mapleprimes.com/questions/142650-Why-Isnt-Maple-Integrating-This?ref=Feed:MaplePrimes:Why isn't maple integrating this?:Comments#answer142655</link>
      <itunes:summary>&lt;p&gt;Assumptions via &lt;strong&gt;assume&lt;/strong&gt; on one variable are not cumulative. Your second &lt;strong&gt;assume&lt;/strong&gt; command erases the effect of the first. The second one is unnecessary anyway: It is implied by the first. If you actually want to make multiple assumptions on a single variable, put them together in one &lt;strong&gt;assume&lt;/strong&gt; command or use the &lt;strong&gt;additionally&lt;/strong&gt; command. See the examples at &lt;a href="http://www.maplesoft.com/support/help/search.aspx?term=assume"&gt;?assume&lt;/a&gt; for details. If you remove the second &lt;strong&gt;assume&lt;/strong&gt;, you will get your expected result.&lt;/p&gt;
&lt;p&gt;By the way, you misspelled alpha as alph, but that doesn't change the result.&lt;/p&gt;
&lt;p&gt;I agree with Preben about &lt;strong&gt;assuming&lt;/strong&gt;. I think that it makes for cleaner, easier-to-read, less-error-prone, and more-flexible worksheets. Although there is still a place for &lt;strong&gt;assume&lt;/strong&gt; if you're trying to get Maple to do a symbolic proof&lt;strong&gt;.&lt;/strong&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Assumptions via &lt;strong&gt;assume&lt;/strong&gt; on one variable are not cumulative. Your second &lt;strong&gt;assume&lt;/strong&gt; command erases the effect of the first. The second one is unnecessary anyway: It is implied by the first. If you actually want to make multiple assumptions on a single variable, put them together in one &lt;strong&gt;assume&lt;/strong&gt; command or use the &lt;strong&gt;additionally&lt;/strong&gt; command. See the examples at &lt;a href="http://www.maplesoft.com/support/help/search.aspx?term=assume"&gt;?assume&lt;/a&gt; for details. If you remove the second &lt;strong&gt;assume&lt;/strong&gt;, you will get your expected result.&lt;/p&gt;
&lt;p&gt;By the way, you misspelled alpha as alph, but that doesn't change the result.&lt;/p&gt;
&lt;p&gt;I agree with Preben about &lt;strong&gt;assuming&lt;/strong&gt;. I think that it makes for cleaner, easier-to-read, less-error-prone, and more-flexible worksheets. Although there is still a place for &lt;strong&gt;assume&lt;/strong&gt; if you're trying to get Maple to do a symbolic proof&lt;strong&gt;.&lt;/strong&gt;&lt;/p&gt;</description>
      <guid>142655</guid>
      <pubDate>Sat, 26 Jan 2013 22:12:45 Z</pubDate>
      <itunes:author>Carl Love</itunes:author>
      <author>Carl Love</author>
    </item>
    <item>
      <title>Thank you! Makes sense :)</title>
      <link>http://www.mapleprimes.com/questions/142650-Why-Isnt-Maple-Integrating-This?ref=Feed:MaplePrimes:Why isn't maple integrating this?:Comments#comment142660</link>
      <itunes:summary>&lt;p&gt;Thank you! Makes sense :)&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Thank you! Makes sense :)&lt;/p&gt;</description>
      <guid>142660</guid>
      <pubDate>Sat, 26 Jan 2013 23:13:00 Z</pubDate>
      <itunes:author>starryskiesx</itunes:author>
      <author>starryskiesx</author>
    </item>
    <item>
      <title>another place</title>
      <link>http://www.mapleprimes.com/questions/142650-Why-Isnt-Maple-Integrating-This?ref=Feed:MaplePrimes:Why isn't maple integrating this?:Comments#comment142677</link>
      <itunes:summary>&lt;p&gt;Another place is stated at the end of &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=assuming,details' target='_new'&gt;?assuming,details&lt;/a&gt; &amp;gt; Description:&lt;/p&gt;
&lt;blockquote&gt;&lt;em&gt; The assuming command does not scan Maple programs regarding the potential presence of assumed variables. To compute taking into account assumptions on variables found in the bodies of programs, use assume. &lt;/em&gt;&lt;/blockquote&gt;</itunes:summary>
      <description>&lt;p&gt;Another place is stated at the end of &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=assuming,details' target='_new'&gt;?assuming,details&lt;/a&gt; &amp;gt; Description:&lt;/p&gt;
&lt;blockquote&gt;&lt;em&gt; The assuming command does not scan Maple programs regarding the potential presence of assumed variables. To compute taking into account assumptions on variables found in the bodies of programs, use assume. &lt;/em&gt;&lt;/blockquote&gt;</description>
      <guid>142677</guid>
      <pubDate>Sun, 27 Jan 2013 05:41:28 Z</pubDate>
      <itunes:author>Alejandro Jakubi</itunes:author>
      <author>Alejandro Jakubi</author>
    </item>
  </channel>
</rss>