<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - comments on Post, cube roots of negative numbers</title>
    <link>http://www.mapleprimes.com/posts/38834-Cube-Roots-Of-Negative-Numbers</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Tue, 09 Jun 2026 18:17:16 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 18:17:16 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest comments added to the Post, cube roots of negative numbers</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - comments on Post, cube roots of negative numbers</title>
      <link>http://www.mapleprimes.com/posts/38834-Cube-Roots-Of-Negative-Numbers</link>
    </image>
    <item>
      <title>x^3 = - 0.008</title>
      <link>http://www.mapleprimes.com/posts/38834-Cube-Roots-Of-Negative-Numbers?ref=Feed:MaplePrimes:cube roots of negative numbers:Comments#comment70120</link>
      <itunes:summary>&lt;pre&gt;
x^3 = - 0.008 has 3 solutions, 2 of them are imaginary, 1 is real
and you want especially one of them&lt;/pre&gt;
&lt;pre&gt;
see the 'surd' command (which is a bit difficult to follow in the help pages):

&amp;quot;Note the differences among the outputs of the surd, ^, and root commands&amp;quot;:&lt;/pre&gt;
&lt;pre&gt;

(-8.0)^(1/3); root(-8.0, 3); surd(-8.0, 3);;
&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; 1.000000000 + 1.732050807 I
&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; 1.000000000 + 1.732050807 I
&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; -2.000000000&lt;/pre&gt;
&lt;pre&gt;
For plotting: Maple does not plot imaginary number, if not been explicitely told&lt;maple&gt;&lt;/maple&gt;&lt;maple&gt;&lt;/maple&gt; like
&lt;/pre&gt;
&lt;pre&gt;
plot( [Re(root(x,3)),Im(root(x,3))], x= -1 ..1, color=[red, blue]);
&amp;nbsp;&lt;/pre&gt;</itunes:summary>
      <description>The latest comments added to the Post, cube roots of negative numbers</description>
      <guid>70120</guid>
      <pubDate>Sat, 16 Aug 2008 18:33:38 Z</pubDate>
      <itunes:author>Axel Vogt</itunes:author>
      <author>Axel Vogt</author>
    </item>
    <item>
      <title>principal value</title>
      <link>http://www.mapleprimes.com/posts/38834-Cube-Roots-Of-Negative-Numbers?ref=Feed:MaplePrimes:cube roots of negative numbers:Comments#comment70119</link>
      <itunes:summary>&lt;p&gt;The reason is that Maple computes the principal value of the expression z^(1/3), which, for negative real z, lies in the upper right quadrant of the complex plane.&amp;nbsp; To see that, you may use conformalplot:&lt;/p&gt;
&lt;p&gt;plots[conformalplot](z^(1/3), z = -1..1)&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, cube roots of negative numbers</description>
      <guid>70119</guid>
      <pubDate>Sat, 16 Aug 2008 19:04:59 Z</pubDate>
      <itunes:author>Joe
 Riel
</itunes:author>
      <author>Joe
 Riel
</author>
    </item>
    <item>
      <title>conformal</title>
      <link>http://www.mapleprimes.com/posts/38834-Cube-Roots-Of-Negative-Numbers?ref=Feed:MaplePrimes:cube roots of negative numbers:Comments#comment82981</link>
      <itunes:summary>&lt;p&gt;I guess that you mean&lt;/p&gt;
&lt;pre&gt;plots[conformal](z^(1/3), z = -1..1);
&lt;/pre&gt;
&lt;p&gt;A nice plot of the cubic roots is got with 'DynamicSystems' (not obvious though):&lt;/p&gt;
&lt;pre&gt;with( DynamicSystems ):
NewSystem(1/s^3):
RootLocusPlot(%);
&lt;img src="/view.aspx?sf=82981/plot1.gif" alt="" width="318" height="318"&gt;&lt;/pre&gt;</itunes:summary>
      <description>The latest comments added to the Post, cube roots of negative numbers</description>
      <guid>82981</guid>
      <pubDate>Sun, 17 Aug 2008 04:44:19 Z</pubDate>
      <itunes:author>jakubi</itunes:author>
      <author>jakubi</author>
    </item>
    <item>
      <title>To answer your plot question</title>
      <link>http://www.mapleprimes.com/posts/38834-Cube-Roots-Of-Negative-Numbers?ref=Feed:MaplePrimes:cube roots of negative numbers:Comments#comment70104</link>
      <itunes:summary>&lt;p&gt;All of the aforementioned hopefully helped explained why Maple does what it does...although it does make sense, it's not the most intuitive operation.&lt;/p&gt;
&lt;p&gt;To get the plot that you asked for though, use the command plot(surd(x,3),x=-5..5).&lt;/p&gt;
&lt;p&gt;Hope that helps.&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, cube roots of negative numbers</description>
      <guid>70104</guid>
      <pubDate>Mon, 18 Aug 2008 17:25:17 Z</pubDate>
      <itunes:author>Tim Vrablik</itunes:author>
      <author>Tim Vrablik</author>
    </item>
    <item>
      <title>Successful plot</title>
      <link>http://www.mapleprimes.com/posts/38834-Cube-Roots-Of-Negative-Numbers?ref=Feed:MaplePrimes:cube roots of negative numbers:Comments#comment70099</link>
      <itunes:summary>&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;b&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;My original question stemmed from the fact that Maple wouldn't give me any negative x-points in the graph of y= x^(1/3).&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;It was suggested that I use &lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;b&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;b&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;plot(Re(x^(1/3)) etc.&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;b&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;b&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;and this did give me points when x &amp;lt; 0.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;But something was still not right since the graph didn't look as I expected.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;It was only when I tried&amp;nbsp;Tim's suggestion:&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;b&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;b&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;plot(surd(x,3) etc.&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;b&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;b&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;that the plot came out OK.&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;b&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;b&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Alla&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, cube roots of negative numbers</description>
      <guid>70099</guid>
      <pubDate>Tue, 19 Aug 2008 00:56:37 Z</pubDate>
      <itunes:author>alla</itunes:author>
      <author>alla</author>
    </item>
    <item>
      <title>RealDomain</title>
      <link>http://www.mapleprimes.com/posts/38834-Cube-Roots-Of-Negative-Numbers?ref=Feed:MaplePrimes:cube roots of negative numbers:Comments#comment82973</link>
      <itunes:summary>&lt;p&gt;Another possibility is&lt;/p&gt;
&lt;pre&gt;
with(RealDomain):
plot(x^(1/3), x = -1..1);&lt;/pre&gt;
&lt;p&gt;Note that Re(x^(1/3)) is incorrect, as you noticed.&amp;nbsp; It returns the real part of a complex root, which is different from the real root.&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, cube roots of negative numbers</description>
      <guid>82973</guid>
      <pubDate>Tue, 19 Aug 2008 02:14:27 Z</pubDate>
      <itunes:author>Joe
 Riel
</itunes:author>
      <author>Joe
 Riel
</author>
    </item>
  </channel>
</rss>