<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, How do I find roots of trig functions numeric values over range</title>
    <link>http://www.mapleprimes.com/questions/37083-How-Do-I-Find-Roots-Of-Trig-Functions</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Fri, 12 Jun 2026 00:17:23 GMT</lastBuildDate>
    <pubDate>Fri, 12 Jun 2026 00:17:23 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, How do I find roots of trig functions numeric values over range</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, How do I find roots of trig functions numeric values over range</title>
      <link>http://www.mapleprimes.com/questions/37083-How-Do-I-Find-Roots-Of-Trig-Functions</link>
    </image>
    <item>
      <title>The package *RootFinding* might be useful</title>
      <link>http://www.mapleprimes.com/questions/37083-How-Do-I-Find-Roots-Of-Trig-Functions?ref=Feed:MaplePrimes:How do I find roots of trig functions numeric values over range:Comments#answer65028</link>
      <itunes:summary>&lt;p&gt;For instance, the function &lt;strong&gt;Analytic&lt;/strong&gt; can search over a &lt;em&gt;complex interval&lt;/em&gt; to find roots. &lt;code&gt; &amp;gt; RootFinding:-Analytic(cos(z), z, re = 0 .. 3*Pi, im = -1 .. 1); 4.71238898038469, 1.57079632679490, 7.85398163397450 &amp;gt; RootFinding:-Analytic(cos(z), z, re = 0 .. 3*Pi, im = -1 .. 1, plot)&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/view.aspx?sf=65028/eqn.JPG" alt=""&gt;&lt;/p&gt;
&lt;p&gt;HTH, -- Jean-Marc&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;For instance, the function &lt;strong&gt;Analytic&lt;/strong&gt; can search over a &lt;em&gt;complex interval&lt;/em&gt; to find roots. &lt;code&gt; &amp;gt; RootFinding:-Analytic(cos(z), z, re = 0 .. 3*Pi, im = -1 .. 1); 4.71238898038469, 1.57079632679490, 7.85398163397450 &amp;gt; RootFinding:-Analytic(cos(z), z, re = 0 .. 3*Pi, im = -1 .. 1, plot)&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/view.aspx?sf=65028/eqn.JPG" alt=""&gt;&lt;/p&gt;
&lt;p&gt;HTH, -- Jean-Marc&lt;/p&gt;</description>
      <guid>65028</guid>
      <pubDate>Thu, 02 Jul 2009 17:03:57 Z</pubDate>
      <itunes:author>gulliet</itunes:author>
      <author>gulliet</author>
    </item>
    <item>
      <title>Multiple roots for *polynomial* expressions only</title>
      <link>http://www.mapleprimes.com/questions/37083-How-Do-I-Find-Roots-Of-Trig-Functions?ref=Feed:MaplePrimes:How do I find roots of trig functions numeric values over range:Comments#answer65030</link>
      <itunes:summary>According to the online documentation for ?fsolve, "For a general equation or system of equations, the fsolve command computes a single real root."

Regards,
--Jean-Marc</itunes:summary>
      <description>According to the online documentation for ?fsolve, "For a general equation or system of equations, the fsolve command computes a single real root."

Regards,
--Jean-Marc</description>
      <guid>65030</guid>
      <pubDate>Thu, 02 Jul 2009 19:15:51 Z</pubDate>
      <itunes:author>gulliet</itunes:author>
      <author>gulliet</author>
    </item>
    <item>
      <title>Student[Calculus1][Roots]</title>
      <link>http://www.mapleprimes.com/questions/37083-How-Do-I-Find-Roots-Of-Trig-Functions?ref=Feed:MaplePrimes:How do I find roots of trig functions numeric values over range:Comments#answer65031</link>
      <itunes:summary>&lt;p&gt;&amp;gt;restart: with(Student[Calculus1]):&lt;br /&gt;
&amp;gt;Roots(cos(x),0..3*Pi);&lt;/p&gt;
&lt;p&gt;&lt;maple&gt;[1/2*Pi, 3/2*Pi, 5/2*Pi]&lt;/maple&gt;&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;address&gt;Regards,&lt;br /&gt;
Georgios Kokovidis&lt;/address&gt;
&lt;address&gt;Dr&amp;auml;ger Medical&lt;/address&gt;
&lt;pre&gt;

&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;&amp;gt;restart: with(Student[Calculus1]):&lt;br /&gt;
&amp;gt;Roots(cos(x),0..3*Pi);&lt;/p&gt;
&lt;p&gt;&lt;maple&gt;[1/2*Pi, 3/2*Pi, 5/2*Pi]&lt;/maple&gt;&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;address&gt;Regards,&lt;br /&gt;
Georgios Kokovidis&lt;/address&gt;
&lt;address&gt;Dr&amp;auml;ger Medical&lt;/address&gt;
&lt;pre&gt;

&lt;/pre&gt;</description>
      <guid>65031</guid>
      <pubDate>Thu, 02 Jul 2009 19:28:27 Z</pubDate>
      <itunes:author>gkokovidis</itunes:author>
      <author>gkokovidis</author>
    </item>
    <item>
      <title>option Explicit</title>
      <link>http://www.mapleprimes.com/questions/37083-How-Do-I-Find-Roots-Of-Trig-Functions?ref=Feed:MaplePrimes:How do I find roots of trig functions numeric values over range:Comments#answer65032</link>
      <itunes:summary>&lt;p&gt;Look at ?solve,details &amp;gt; Finding All Solutions with Restrictions. In this case, with Maple 13:&lt;/p&gt;
&lt;pre&gt;
solve([cos(x)=0,x&amp;gt;0,x&amp;lt;3*Pi], x, AllSolutions, Explicit);
                        Pi         3 Pi        5 Pi
                  {x = ----}, {x = ----}, {x = ----}
                        2           2           2
&lt;/pre&gt;
&lt;p&gt;Note that in Maple 13 options can be used instead of environment variables. And, as far as I know, 'fsolve' does not react to the value of the _EnvAllSolutions variable.  You can use the option 'avoid' in 'fsolve' for finding additional roots (see ?fsolve,details).&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Look at ?solve,details &amp;gt; Finding All Solutions with Restrictions. In this case, with Maple 13:&lt;/p&gt;
&lt;pre&gt;
solve([cos(x)=0,x&amp;gt;0,x&amp;lt;3*Pi], x, AllSolutions, Explicit);
                        Pi         3 Pi        5 Pi
                  {x = ----}, {x = ----}, {x = ----}
                        2           2           2
&lt;/pre&gt;
&lt;p&gt;Note that in Maple 13 options can be used instead of environment variables. And, as far as I know, 'fsolve' does not react to the value of the _EnvAllSolutions variable.  You can use the option 'avoid' in 'fsolve' for finding additional roots (see ?fsolve,details).&lt;/p&gt;</description>
      <guid>65032</guid>
      <pubDate>Thu, 02 Jul 2009 19:52:57 Z</pubDate>
      <itunes:author>jakubi</itunes:author>
      <author>jakubi</author>
    </item>
    <item>
      <title>fsolve</title>
      <link>http://www.mapleprimes.com/questions/37083-How-Do-I-Find-Roots-Of-Trig-Functions?ref=Feed:MaplePrimes:How do I find roots of trig functions numeric values over range:Comments#comment65029</link>
      <itunes:summary>&lt;p&gt;Thanks.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any reason why fsolve won't show the values if the range is specified?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Thanks.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any reason why fsolve won't show the values if the range is specified?&lt;/p&gt;</description>
      <guid>65029</guid>
      <pubDate>Thu, 02 Jul 2009 18:09:07 Z</pubDate>
      <itunes:author>Christopher2222</itunes:author>
      <author>Christopher2222</author>
    </item>
  </channel>
</rss>