<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - comments on Post, difference of two cubes</title>
    <link>http://www.mapleprimes.com/posts/38679-Difference-Of-Two-Cubes</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Wed, 10 Jun 2026 18:59:25 GMT</lastBuildDate>
    <pubDate>Wed, 10 Jun 2026 18:59:25 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest comments added to the Post, difference of two cubes</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - comments on Post, difference of two cubes</title>
      <link>http://www.mapleprimes.com/posts/38679-Difference-Of-Two-Cubes</link>
    </image>
    <item>
      <title>What do you mean?</title>
      <link>http://www.mapleprimes.com/posts/38679-Difference-Of-Two-Cubes?ref=Feed:MaplePrimes:difference of two cubes:Comments#comment69748</link>
      <itunes:summary>&lt;p&gt;What do you mean by &amp;quot;it&amp;quot;?&amp;nbsp; The difference of two cubes factors:&lt;/p&gt;
&lt;pre&gt;
&amp;gt; factor(a^3 - b^3);
&lt;/pre&gt;
&lt;p&gt;&lt;maple&gt;(a-b)*(a^2+a*b+b^2)&lt;/maple&gt;&lt;/p&gt;
&lt;p&gt;Or is &amp;quot;it&amp;quot; x, which is 1 + a^3 - b^3?&amp;nbsp; As a polynomial, this is irreducible:&lt;/p&gt;
&lt;pre&gt;
&amp;gt; factor(1 + a^3 - b^3);
&lt;/pre&gt;
&lt;p&gt;&lt;maple&gt;1+a^3-b^3&lt;/maple&gt;&lt;/p&gt;
&lt;p&gt;If a and b are supposed to be integers, then the fact that x-1 = a^3 - b^3 does not particularly help in factoring x, which may happen to be prime (e.g. for a=7, b=3).&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, difference of two cubes</description>
      <guid>69748</guid>
      <pubDate>Wed, 17 Sep 2008 07:29:50 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>Here are the factors:</title>
      <link>http://www.mapleprimes.com/posts/38679-Difference-Of-Two-Cubes?ref=Feed:MaplePrimes:difference of two cubes:Comments#comment69747</link>
      <itunes:summary>&lt;p&gt;Here are the factors I'm looking for:&lt;/p&gt;
&lt;p&gt;(x - 1) =&amp;nbsp; (x^(1/3) - 1)&amp;nbsp; (x^(2/3) + x^(1/3) + 1)&lt;/p&gt;
&lt;p&gt;Alla&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, difference of two cubes</description>
      <guid>69747</guid>
      <pubDate>Wed, 17 Sep 2008 08:04:14 Z</pubDate>
      <itunes:author>alla</itunes:author>
      <author>alla</author>
    </item>
    <item>
      <title>one way</title>
      <link>http://www.mapleprimes.com/posts/38679-Difference-Of-Two-Cubes?ref=Feed:MaplePrimes:difference of two cubes:Comments#comment82843</link>
      <itunes:summary>&lt;pre&gt;
subs(a=x^(1/3),(factor@subs)(x=a^3,x-1));
                    (1/3)        (2/3)    (1/3)
                  (x      - 1) (x      + x      + 1)

&lt;/pre&gt;</itunes:summary>
      <description>The latest comments added to the Post, difference of two cubes</description>
      <guid>82843</guid>
      <pubDate>Wed, 17 Sep 2008 08:52:41 Z</pubDate>
      <itunes:author>jakubi</itunes:author>
      <author>jakubi</author>
    </item>
    <item>
      <title>another way</title>
      <link>http://www.mapleprimes.com/posts/38679-Difference-Of-Two-Cubes?ref=Feed:MaplePrimes:difference of two cubes:Comments#comment82842</link>
      <itunes:summary>&lt;p&gt;How do you wish to tell Maple to &amp;quot;regard&amp;quot; x-1 as a difference of cubes?&lt;/p&gt;
&lt;p&gt;Substituting x=a^3, factoring, and then inverting that substitution on x, is one way. Here is one other way.&lt;/p&gt;
&lt;pre&gt;
&amp;gt; factor(x-y^3,x^(1/3));
                      2      (1/3)    (2/3)         (1/3)
                    (y  + y x      + x     ) (-y + x     )
 
&amp;gt; eval(%,y=1);
                            (1/3)    (2/3)         (1/3)
                      (1 + x      + x     ) (-1 + x     )
 
&amp;gt; factor(x-y^5,x^(1/5));
          4    3  (1/5)    2  (2/5)      (3/5)    (4/5)         (1/5)
        (y  + y  x      + y  x      + y x      + x     ) (-y + x     )
 
&amp;gt; eval(%,y=1);
                   (1/5)    (2/5)    (3/5)    (4/5)         (1/5)
             (1 + x      + x      + x      + x     ) (-1 + x     )
&lt;/pre&gt;</itunes:summary>
      <description>The latest comments added to the Post, difference of two cubes</description>
      <guid>82842</guid>
      <pubDate>Wed, 17 Sep 2008 09:31:25 Z</pubDate>
      <itunes:author>pagan</itunes:author>
      <author>pagan</author>
    </item>
    <item>
      <title>1=1^3</title>
      <link>http://www.mapleprimes.com/posts/38679-Difference-Of-Two-Cubes?ref=Feed:MaplePrimes:difference of two cubes:Comments#comment94061</link>
      <itunes:summary>&lt;p&gt;I wonder why 'factor' seems unable to recognize that 1=1^3, bypassing somehow the automatic simplification, as this seems to be the missing the step to make it work, instead of the current behavior:&lt;/p&gt;
&lt;pre&gt;
factor(x-1,x^(1/3));

                                x - 1

&lt;/pre&gt;</itunes:summary>
      <description>The latest comments added to the Post, difference of two cubes</description>
      <guid>94061</guid>
      <pubDate>Wed, 17 Sep 2008 18:50:46 Z</pubDate>
      <itunes:author>jakubi</itunes:author>
      <author>jakubi</author>
    </item>
    <item>
      <title>need natural language translation</title>
      <link>http://www.mapleprimes.com/posts/38679-Difference-Of-Two-Cubes?ref=Feed:MaplePrimes:difference of two cubes:Comments#comment69744</link>
      <itunes:summary>&lt;p&gt;Jakubi's code for factoring (x - 1) as the difference of two cubes works fine, but I am having trouble understanding the Maple code.&amp;nbsp; Could someone please give me a natural language translation, symbol by symbol?&lt;/p&gt;
&lt;p&gt;The code is&lt;/p&gt;
&lt;pre&gt;
subs(a=x^(1/3),(factor@subs)(x=a^3,x-1));
                    (1/3)        (2/3)    (1/3)
                  (x      - 1) (x      + x      + 1)

&lt;/pre&gt;
&lt;p&gt;Many thanks.&lt;/p&gt;
&lt;p&gt;Alla&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, difference of two cubes</description>
      <guid>69744</guid>
      <pubDate>Wed, 17 Sep 2008 20:56:31 Z</pubDate>
      <itunes:author>alla</itunes:author>
      <author>alla</author>
    </item>
  </channel>
</rss>