<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Maple doesn't simplify equation?</title>
    <link>http://www.mapleprimes.com/questions/138367-Maple-Doesnt-Simplify-Equation</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 00:53:51 GMT</lastBuildDate>
    <pubDate>Sun, 14 Jun 2026 00:53:51 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Maple doesn't simplify equation?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Maple doesn't simplify equation?</title>
      <link>http://www.mapleprimes.com/questions/138367-Maple-Doesnt-Simplify-Equation</link>
    </image>
    <item>
      <title>Two different n's</title>
      <link>http://www.mapleprimes.com/questions/138367-Maple-Doesnt-Simplify-Equation?ref=Feed:MaplePrimes:Maple doesn't simplify equation?:Comments#answer138370</link>
      <itunes:summary>&lt;p&gt;When using assume(n::posint) an 'escaped local' variable appearing as n~ is created. Later when you do it again, another one is created, but it prints the same. The solution: Do it only once.&lt;/p&gt;
&lt;p&gt;Try this simple example&lt;/p&gt;
&lt;p&gt;restart;&lt;br&gt;assume(n::posint);&lt;br&gt;X:=n;&lt;br&gt;assume(n::posint);&lt;br&gt;Y:=n;&lt;br&gt;X+Y;&lt;/p&gt;
&lt;p&gt;#and finally, if you copy the output from X+Y and paste it as input, it is entered as n+n, and the n appearing here will be the global n pointing to the local variable made with the last assume. Thus both occurrences of n in n+n will refer to the same variable.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;When using assume(n::posint) an 'escaped local' variable appearing as n~ is created. Later when you do it again, another one is created, but it prints the same. The solution: Do it only once.&lt;/p&gt;
&lt;p&gt;Try this simple example&lt;/p&gt;
&lt;p&gt;restart;&lt;br&gt;assume(n::posint);&lt;br&gt;X:=n;&lt;br&gt;assume(n::posint);&lt;br&gt;Y:=n;&lt;br&gt;X+Y;&lt;/p&gt;
&lt;p&gt;#and finally, if you copy the output from X+Y and paste it as input, it is entered as n+n, and the n appearing here will be the global n pointing to the local variable made with the last assume. Thus both occurrences of n in n+n will refer to the same variable.&lt;/p&gt;</description>
      <guid>138370</guid>
      <pubDate>Tue, 16 Oct 2012 17:40:40 Z</pubDate>
      <itunes:author>Preben Alsholm</itunes:author>
      <author>Preben Alsholm</author>
    </item>
    <item>
      <title>Thanks a lot! this must have been the problem</title>
      <link>http://www.mapleprimes.com/questions/138367-Maple-Doesnt-Simplify-Equation?ref=Feed:MaplePrimes:Maple doesn't simplify equation?:Comments#comment138373</link>
      <itunes:summary>&lt;p&gt;Thanks a lot! this must have been the problem indeed!&lt;/p&gt;
&lt;p&gt;Problem solved!&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Thanks a lot! this must have been the problem indeed!&lt;/p&gt;
&lt;p&gt;Problem solved!&lt;/p&gt;</description>
      <guid>138373</guid>
      <pubDate>Tue, 16 Oct 2012 19:00:26 Z</pubDate>
      <itunes:author>Greg_B</itunes:author>
      <author>Greg_B</author>
    </item>
  </channel>
</rss>