<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, solutions by radicals for polynomials ?</title>
    <link>http://www.mapleprimes.com/questions/102084-Solutions-By-Radicals-For-Polynomials-</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 04:03:05 GMT</lastBuildDate>
    <pubDate>Sun, 14 Jun 2026 04:03:05 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, solutions by radicals for polynomials ?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, solutions by radicals for polynomials ?</title>
      <link>http://www.mapleprimes.com/questions/102084-Solutions-By-Radicals-For-Polynomials-</link>
    </image>
    <item>
      <title>solve</title>
      <link>http://www.mapleprimes.com/questions/102084-Solutions-By-Radicals-For-Polynomials-?ref=Feed:MaplePrimes:solutions by radicals for polynomials ?:Comments#answer102088</link>
      <itunes:summary>&lt;p&gt;For your solvable quintic, solve works:&lt;/p&gt;
&lt;p&gt;solve(32*c^5-16*c^4-32*c^3+12*c^2+6*c-1, explicit);&lt;/p&gt;
&lt;p&gt;For the sextic, it doesn't.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span class="mainBody document"&gt; &lt;/span&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;For your solvable quintic, solve works:&lt;/p&gt;
&lt;p&gt;solve(32*c^5-16*c^4-32*c^3+12*c^2+6*c-1, explicit);&lt;/p&gt;
&lt;p&gt;For the sextic, it doesn't.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span class="mainBody document"&gt; &lt;/span&gt;&lt;/p&gt;</description>
      <guid>102088</guid>
      <pubDate>Tue, 01 Mar 2011 01:21:51 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>trig to radical...</title>
      <link>http://www.mapleprimes.com/questions/102084-Solutions-By-Radicals-For-Polynomials-?ref=Feed:MaplePrimes:solutions by radicals for polynomials ?:Comments#answer102098</link>
      <itunes:summary>&lt;p&gt;Hey Axel, I see you're still musing over that usenet post. One might easily get Maple to convert the following roots of that quintic to radicals, by just calling `solve` with its Explicit option.&lt;/p&gt;
&lt;pre&gt;&amp;gt; seq(cos(i*Pi/11),i in [1,3,5,7,9]);

           /1    \     /3    \     /5    \      /4    \      /2    \
        cos|-- Pi|, cos|-- Pi|, cos|-- Pi|, -cos|-- Pi|, -cos|-- Pi|
           \11   /     \11   /     \11   /      \11   /      \11   /
&lt;/pre&gt;
&lt;p&gt;But these roots of that sextic look like they are going to be a little tougher...  ;)&lt;/p&gt;
&lt;pre&gt;seq(cos(i*Pi/13),i in [1,3,5,7,9,11]);

    /1    \     /3    \     /5    \      /6    \      /4    \  
 cos|-- Pi|, cos|-- Pi|, cos|-- Pi|, -cos|-- Pi|, -cos|-- Pi|, 
    \13   /     \13   /     \13   /      \13   /      \13   /  

       /2    \
   -cos|-- Pi|
       \13   /
&lt;/pre&gt;
&lt;p&gt;acer&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hey Axel, I see you're still musing over that usenet post. One might easily get Maple to convert the following roots of that quintic to radicals, by just calling `solve` with its Explicit option.&lt;/p&gt;
&lt;pre&gt;&amp;gt; seq(cos(i*Pi/11),i in [1,3,5,7,9]);

           /1    \     /3    \     /5    \      /4    \      /2    \
        cos|-- Pi|, cos|-- Pi|, cos|-- Pi|, -cos|-- Pi|, -cos|-- Pi|
           \11   /     \11   /     \11   /      \11   /      \11   /
&lt;/pre&gt;
&lt;p&gt;But these roots of that sextic look like they are going to be a little tougher...  ;)&lt;/p&gt;
&lt;pre&gt;seq(cos(i*Pi/13),i in [1,3,5,7,9,11]);

    /1    \     /3    \     /5    \      /6    \      /4    \  
 cos|-- Pi|, cos|-- Pi|, cos|-- Pi|, -cos|-- Pi|, -cos|-- Pi|, 
    \13   /     \13   /     \13   /      \13   /      \13   /  

       /2    \
   -cos|-- Pi|
       \13   /
&lt;/pre&gt;
&lt;p&gt;acer&lt;/p&gt;</description>
      <guid>102098</guid>
      <pubDate>Tue, 01 Mar 2011 02:38:30 Z</pubDate>
      <itunes:author>acer</itunes:author>
      <author>acer</author>
    </item>
    <item>
      <title>Boswell and Glasser</title>
      <link>http://www.mapleprimes.com/questions/102084-Solutions-By-Radicals-For-Polynomials-?ref=Feed:MaplePrimes:solutions by radicals for polynomials ?:Comments#answer102166</link>
      <itunes:summary>&lt;p&gt;You might look at the paper of Boswell and Glasser "Solvable Sextic Equations",&lt;a href="http://www.arxiv.com/abs/math-ph/0504001"&gt; http://www.arxiv.com/abs/math-ph/0504001&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;They mention using Maple; I wonder if they have Maple code available.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;You might look at the paper of Boswell and Glasser "Solvable Sextic Equations",&lt;a href="http://www.arxiv.com/abs/math-ph/0504001"&gt; http://www.arxiv.com/abs/math-ph/0504001&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;They mention using Maple; I wonder if they have Maple code available.&lt;/p&gt;</description>
      <guid>102166</guid>
      <pubDate>Thu, 03 Mar 2011 00:51:24 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>Googling</title>
      <link>http://www.mapleprimes.com/questions/102084-Solutions-By-Radicals-For-Polynomials-?ref=Feed:MaplePrimes:solutions by radicals for polynomials ?:Comments#answer102167</link>
      <itunes:summary>&lt;p&gt;Also see the results of the "Solvable Sextic Equations" search in Google &lt;a href="http://www.google.com/search?sclient=psy&amp;amp;hl=en&amp;amp;site=&amp;amp;source=hp&amp;amp;q=Solvable+Sextic+Equations&amp;amp;btnG=Google+Search"&gt;here&lt;/a&gt;.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Also see the results of the "Solvable Sextic Equations" search in Google &lt;a href="http://www.google.com/search?sclient=psy&amp;amp;hl=en&amp;amp;site=&amp;amp;source=hp&amp;amp;q=Solvable+Sextic+Equations&amp;amp;btnG=Google+Search"&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
      <guid>102167</guid>
      <pubDate>Thu, 03 Mar 2011 01:23:29 Z</pubDate>
      <itunes:author>hirnyk</itunes:author>
      <author>hirnyk</author>
    </item>
    <item>
      <title>The minimal polynomial of trigonometrics like cos (rational * Pi), sin(rational * Pi)</title>
      <link>http://www.mapleprimes.com/questions/102084-Solutions-By-Radicals-For-Polynomials-?ref=Feed:MaplePrimes:solutions by radicals for polynomials ?:Comments#answer102429</link>
      <itunes:summary>&lt;p&gt;Based on the given links and inputs at least I understand some parts.&lt;/p&gt;
&lt;p&gt;For cos one basically one can use the Chebyshev polynomials, having the desired zeros (see for example stuff about integration methods and the needed nodes). Factoring them reduces to find an according factor (done numerically, may be interval arithmetics and 'shake' is more sound - but hairy to use and it would be more easy to increase working precision in case of troubles).&lt;br&gt;&lt;br&gt;To special things have to obeyed:&lt;br&gt;&amp;nbsp;&lt;br&gt;In very low degree or special situations Maple spits out rationals or radicals ( cos(Pi/3), cos(Pi/4), ...), hence one needs to find the minimal polynomial of an algebraic number given as radical. Astonishingly I did not find usable codes for that and thus use ways provided by Maple. But I do not like PolynomialTools[MinimalPolynomial] (try it for sin(1) to understand why), instead gfun:-algfuntoalgeq seems more convenient. &lt;br&gt;&lt;br&gt;The other thing is: for rationals beyond +-1 an automatical simplification invents signs to the original expression and this motivated me to write the code for linear expressions of the original task (ok, I also wanted to do some exercise in handling simple functional coding, since else I always omit it).&lt;br&gt;&lt;br&gt;What I dislike: factorization is used ...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For the sinus there is a way to use the resultant. But that may introduce reducible solutions and one again would have to find and select factors. Instead enforce a conversion to the cosinus, which Maple would not be willing to choose. After that and embedding the core solution in a similar manner as above one can fall back to the solution that we already have.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=102429/321226/trig_minimal_polynom.mws"&gt;trig_minimal_polynom.mws&lt;/a&gt;&lt;a href="/view.aspx?sf=102429/321226/trig_minimal_polynom.pdf"&gt;&lt;br&gt;trig_minimal_polynom.pdf&lt;/a&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Based on the given links and inputs at least I understand some parts.&lt;/p&gt;
&lt;p&gt;For cos one basically one can use the Chebyshev polynomials, having the desired zeros (see for example stuff about integration methods and the needed nodes). Factoring them reduces to find an according factor (done numerically, may be interval arithmetics and 'shake' is more sound - but hairy to use and it would be more easy to increase working precision in case of troubles).&lt;br&gt;&lt;br&gt;To special things have to obeyed:&lt;br&gt;&amp;nbsp;&lt;br&gt;In very low degree or special situations Maple spits out rationals or radicals ( cos(Pi/3), cos(Pi/4), ...), hence one needs to find the minimal polynomial of an algebraic number given as radical. Astonishingly I did not find usable codes for that and thus use ways provided by Maple. But I do not like PolynomialTools[MinimalPolynomial] (try it for sin(1) to understand why), instead gfun:-algfuntoalgeq seems more convenient. &lt;br&gt;&lt;br&gt;The other thing is: for rationals beyond +-1 an automatical simplification invents signs to the original expression and this motivated me to write the code for linear expressions of the original task (ok, I also wanted to do some exercise in handling simple functional coding, since else I always omit it).&lt;br&gt;&lt;br&gt;What I dislike: factorization is used ...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For the sinus there is a way to use the resultant. But that may introduce reducible solutions and one again would have to find and select factors. Instead enforce a conversion to the cosinus, which Maple would not be willing to choose. After that and embedding the core solution in a similar manner as above one can fall back to the solution that we already have.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=102429/321226/trig_minimal_polynom.mws"&gt;trig_minimal_polynom.mws&lt;/a&gt;&lt;a href="/view.aspx?sf=102429/321226/trig_minimal_polynom.pdf"&gt;&lt;br&gt;trig_minimal_polynom.pdf&lt;/a&gt;&lt;/p&gt;</description>
      <guid>102429</guid>
      <pubDate>Fri, 11 Mar 2011 02:06:32 Z</pubDate>
      <itunes:author>Axel Vogt</itunes:author>
      <author>Axel Vogt</author>
    </item>
    <item>
      <title>solve / explicit</title>
      <link>http://www.mapleprimes.com/questions/102084-Solutions-By-Radicals-For-Polynomials-?ref=Feed:MaplePrimes:solutions by radicals for polynomials ?:Comments#comment102091</link>
      <itunes:summary>&lt;pre&gt;Thx ... I have to upgrade my version :-)&lt;/pre&gt;
&lt;pre&gt;Do you see a way to use that option for the following (which&lt;br&gt;is the answer I got with Maple 12 and hesitate to re-code)?&lt;br&gt;&lt;/pre&gt;
&lt;pre&gt;1/2*RootOf(-1+3*_Z+3*_Z^2-4*_Z^3-_Z^4+_Z^5,index = 3)&lt;br&gt;&lt;br&gt;&lt;strong&gt;Edited&lt;/strong&gt;: I withdraw, allvalues does it ...&lt;br&gt;&lt;/pre&gt;</itunes:summary>
      <description>&lt;pre&gt;Thx ... I have to upgrade my version :-)&lt;/pre&gt;
&lt;pre&gt;Do you see a way to use that option for the following (which&lt;br&gt;is the answer I got with Maple 12 and hesitate to re-code)?&lt;br&gt;&lt;/pre&gt;
&lt;pre&gt;1/2*RootOf(-1+3*_Z+3*_Z^2-4*_Z^3-_Z^4+_Z^5,index = 3)&lt;br&gt;&lt;br&gt;&lt;strong&gt;Edited&lt;/strong&gt;: I withdraw, allvalues does it ...&lt;br&gt;&lt;/pre&gt;</description>
      <guid>102091</guid>
      <pubDate>Tue, 01 Mar 2011 01:44:41 Z</pubDate>
      <itunes:author>Axel Vogt</itunes:author>
      <author>Axel Vogt</author>
    </item>
  </channel>
</rss>