<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Seeking a good praxis in solving equations in High School and College</title>
    <link>http://www.mapleprimes.com/questions/123476-Seeking-A-Good-Praxis-In-Solving-Equations</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Thu, 11 Jun 2026 17:16:49 GMT</lastBuildDate>
    <pubDate>Thu, 11 Jun 2026 17:16:49 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Seeking a good praxis in solving equations in High School and College</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Seeking a good praxis in solving equations in High School and College</title>
      <link>http://www.mapleprimes.com/questions/123476-Seeking-A-Good-Praxis-In-Solving-Equations</link>
    </image>
    <item>
      <title>Range</title>
      <link>http://www.mapleprimes.com/questions/123476-Seeking-A-Good-Praxis-In-Solving-Equations?ref=Feed:MaplePrimes:Seeking a good praxis in solving equations in High School and College:Comments#answer123480</link>
      <itunes:summary>&lt;p&gt;&amp;nbsp;How about this?&lt;/p&gt;
&lt;p&gt;&amp;gt;Digits:=30:&lt;/p&gt;
&lt;p&gt;&amp;gt; with(Student[Calculus1]):&lt;br&gt;&amp;gt; Roots(x^3-3*2^x+3 = 0, numeric, x = -20 .. 20);&lt;br&gt;&lt;br&gt;&amp;nbsp; [-1.18997974644791115395551991240, 0., 2.22698301030074546285345802418, &lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6.59261938334871573971866937479]&lt;br&gt;&lt;br&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&amp;nbsp;How about this?&lt;/p&gt;
&lt;p&gt;&amp;gt;Digits:=30:&lt;/p&gt;
&lt;p&gt;&amp;gt; with(Student[Calculus1]):&lt;br&gt;&amp;gt; Roots(x^3-3*2^x+3 = 0, numeric, x = -20 .. 20);&lt;br&gt;&lt;br&gt;&amp;nbsp; [-1.18997974644791115395551991240, 0., 2.22698301030074546285345802418, &lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6.59261938334871573971866937479]&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>
      <guid>123480</guid>
      <pubDate>Fri, 01 Jul 2011 22:27:22 Z</pubDate>
      <itunes:author>Markiyan Hirnyk</itunes:author>
      <author>Markiyan Hirnyk</author>
    </item>
    <item>
      <title>RootFinding</title>
      <link>http://www.mapleprimes.com/questions/123476-Seeking-A-Good-Praxis-In-Solving-Equations?ref=Feed:MaplePrimes:Seeking a good praxis in solving equations in High School and College:Comments#answer123482</link>
      <itunes:summary>&lt;pre&gt;restart;&lt;br&gt;interface(version);&lt;br&gt;StringTools:-FormatTime("%Y-%b-%d"); # now&lt;br&gt;Digits:=floor(evalhf(Digits));&lt;br&gt;&lt;br&gt;&amp;nbsp; Classic Worksheet Interface, Maple 15.01, Windows, Jun 1 2011, Build ID 635520&lt;br&gt;&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; "2011-Jul-01"&lt;br&gt;&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; Digits := 15&lt;br&gt;&lt;br&gt;g:=x^3 - 3*2^x + 3;&lt;br&gt;B:=[RootFinding:-Analytic( g, x, re=-100..100, im=-100..100 )]:&lt;br&gt;plots:-complexplot(B,&amp;nbsp; style=point, symbolsize=20);&lt;/pre&gt;</itunes:summary>
      <description>&lt;pre&gt;restart;&lt;br&gt;interface(version);&lt;br&gt;StringTools:-FormatTime("%Y-%b-%d"); # now&lt;br&gt;Digits:=floor(evalhf(Digits));&lt;br&gt;&lt;br&gt;&amp;nbsp; Classic Worksheet Interface, Maple 15.01, Windows, Jun 1 2011, Build ID 635520&lt;br&gt;&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; "2011-Jul-01"&lt;br&gt;&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; Digits := 15&lt;br&gt;&lt;br&gt;g:=x^3 - 3*2^x + 3;&lt;br&gt;B:=[RootFinding:-Analytic( g, x, re=-100..100, im=-100..100 )]:&lt;br&gt;plots:-complexplot(B,&amp;nbsp; style=point, symbolsize=20);&lt;/pre&gt;</description>
      <guid>123482</guid>
      <pubDate>Fri, 01 Jul 2011 22:41:15 Z</pubDate>
      <itunes:author>Axel Vogt</itunes:author>
      <author>Axel Vogt</author>
    </item>
    <item>
      <title>methods</title>
      <link>http://www.mapleprimes.com/questions/123476-Seeking-A-Good-Praxis-In-Solving-Equations?ref=Feed:MaplePrimes:Seeking a good praxis in solving equations in High School and College:Comments#answer123497</link>
      <itunes:summary>&lt;p&gt;The &lt;a href="http://www.maplesoft.com/support/help/Maple/view.aspx?path=Student/Calculus1/Roots"&gt;Roots&lt;/a&gt; command uses &lt;a href="http://www.maplesoft.com/support/help/Maple/view.aspx?path=fsolve"&gt;fsolve&lt;/a&gt; and its `avoid` option internally to do its work.&lt;/p&gt;
&lt;p&gt;The methods fsolve will bring to bear are mostly all iterative schemes whose success depend on the chosen initial point. And, internally, fsolve may use some finite number of initial starting points.&lt;/p&gt;
&lt;p&gt;But when the specified candidate range gets large, and when there are roots close enough together, then it becomes possible that for a particular root none of the generated initial starting points will converge to it. This can be true for a set (uniform, or other) collection of initial points, and it can also become likely if the initial points are generated randomly.&lt;/p&gt;
&lt;p&gt;In other words, for a large interval in the domain the relative size of a basin of convergence for some particular root might be relatively very small. And with a fixed number of generated initial points it may be that (few or) none converge to the given root.&lt;/p&gt;
&lt;p&gt;Hence, one possible rule to try and follow would be to keep the stated range (in the variable, in the domain) as short as reasonably possible.&lt;br&gt;&lt;br&gt;An alternative is to use &lt;a href="http://www.maplesoft.com/support/help/Maple/view.aspx?path=RootFinding/NextZero"&gt;RootFinding:-NextZero&lt;/a&gt;, which searches for the very next root while moving to the right (in the direction +infinity on the real axis).&lt;br&gt;&lt;br&gt;I think that the NextZero routine has improved in recent releases. Maybe it should be considered for use in Student:-Calculus1:-Roots.&lt;br&gt;&lt;br&gt;Here is a simple procedure which uses NextZero to try and find all real roots of expression `expr` within the real range `a` to `b`. When it works, it seems to be quite a bit faster than Roots.&lt;/p&gt;
&lt;pre&gt;restart:

findroots:=proc(expr,a,b,{guard::posint:=5,maxtries::posint:=50})
local F,x,sols,i,res,start,t;
   x:=indets(expr,name) minus {constants};
   if nops(x)&amp;gt;1 then error "too many indeterminates"; end if;
   F:=subs(__F=unapply(expr,x[1]),__G=guard,proc(t)
      Digits:=Digits+__G;
      __F(t);
   end proc);
   sols,i,start:=table([]),0,a;
   to maxtries do
      i:=i+1;
      res:=RootFinding:-NextZero(F,start,
                                 'maxdistance'=b-start);
      if type(res,numeric) then
         sols[i]:=fnormal(res);
         if sols[i]=sols[i-1] then
            start:=sols[i]+1.0*10^(-Digits);
            i:=i-1;
         else
            start:=sols[i];
         end if;
      else
         break;
      end if;
   end do;
   op({entries(sols,'nolist')});
end proc:

findroots(x^3-3*2^x+3, -1000, 1000);

          -1.189979747, -0., 2.226983010, 6.592619383
&lt;/pre&gt;
&lt;p&gt;[&lt;strong&gt;edited&lt;/strong&gt;: I edited the maxdistance value in the call to NextZero above, to make it simpler and to better handle the first time in the loop.]&lt;/p&gt;
&lt;p&gt;Almost any practical numerical rootfinding scheme can be broken. Hence, while suggestions for improvements are welcome, there's no bounty for examples which break this scheme. With that in mind, here is a performance example. The first columns is the total number of roots, the second column is the number of roots found, the third column is the maximal forward error by resubstituting the roots into the expression, and the fourth column is the elapsed time.&lt;/p&gt;
&lt;pre&gt;V:=LinearAlgebra:-RandomVector[row](100,generator=-1.0..1.0):

for i from 1 to 10 do
  expr:=expand( mul((4.3)^x-(4.3)^V[j],j=1..i) );
  d1:='d1':d2:='d2':d3:='d3':gc():
  st:=time();
  sol:=Student:-Calculus1:-Roots(expr,x=-1..1,numeric);
  maxerr:=max(seq(abs(eval(expr,x=X)),X=sol));
  print([i,nops(sol),nprintf("%.1e",evalf[2](maxerr)),time()-st]);
end do:

                     [1, 1, 0.0e+00, 0.094]
                     [2, 2, 1.0e-10, 0.203]
                     [3, 3, 2.0e-10, 1.107]
                     [4, 4, 4.0e-10, 1.638]
                     [5, 5, 7.0e-10, 1.186]
                     [6, 6, 1.4e-08, 1.872]
                     [7, 7, 8.7e-06, 2.449]
                     [8, 8, 5.2e-06, 4.352]
                     [9, 9, 1.5e-04, 5.008]
                    [10, 10, 5.9e-05, 7.425]

for i from 1 to 10 do
  expr:=expand( mul((4.3)^x-(4.3)^V[j],j=1..i) );
  d1:='d1':d2:='d2':d3:='d3':gc():
  st:=time();
  sol:=findroots(expr,-1,1,guard=7);
  maxerr:=max(seq(abs(eval(expr,x=X)),X=[sol])):
  print([i,nops([sol]),nprintf("%.1e",evalf[2](maxerr)),time()-st]);
end do:

                      [1, 1, 1.0e-10, 0.]
                      [2, 2, 0.0e+00, 0.]
                      [3, 3, 2.0e-10, 0.]
                      [4, 4, 3.0e-10, 0.]
                     [5, 5, 7.0e-10, 0.016]
                     [6, 6, 4.1e-07, 0.015]
                      [7, 7, 5.1e-07, 0.]
                      [8, 8, 7.5e-06, 0.]
                      [9, 9, 1.4e-04, 0.]
                    [10, 10, 5.9e-05, 0.016]
&lt;/pre&gt;
&lt;p&gt;NB. It's quite possible that the findroots procedure is not as careful as it might be about avoiding a runaway situation wherein its main loop stops only due to the maxtries parameter.&lt;/p&gt;
&lt;p&gt;acer&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;The &lt;a href="http://www.maplesoft.com/support/help/Maple/view.aspx?path=Student/Calculus1/Roots"&gt;Roots&lt;/a&gt; command uses &lt;a href="http://www.maplesoft.com/support/help/Maple/view.aspx?path=fsolve"&gt;fsolve&lt;/a&gt; and its `avoid` option internally to do its work.&lt;/p&gt;
&lt;p&gt;The methods fsolve will bring to bear are mostly all iterative schemes whose success depend on the chosen initial point. And, internally, fsolve may use some finite number of initial starting points.&lt;/p&gt;
&lt;p&gt;But when the specified candidate range gets large, and when there are roots close enough together, then it becomes possible that for a particular root none of the generated initial starting points will converge to it. This can be true for a set (uniform, or other) collection of initial points, and it can also become likely if the initial points are generated randomly.&lt;/p&gt;
&lt;p&gt;In other words, for a large interval in the domain the relative size of a basin of convergence for some particular root might be relatively very small. And with a fixed number of generated initial points it may be that (few or) none converge to the given root.&lt;/p&gt;
&lt;p&gt;Hence, one possible rule to try and follow would be to keep the stated range (in the variable, in the domain) as short as reasonably possible.&lt;br&gt;&lt;br&gt;An alternative is to use &lt;a href="http://www.maplesoft.com/support/help/Maple/view.aspx?path=RootFinding/NextZero"&gt;RootFinding:-NextZero&lt;/a&gt;, which searches for the very next root while moving to the right (in the direction +infinity on the real axis).&lt;br&gt;&lt;br&gt;I think that the NextZero routine has improved in recent releases. Maybe it should be considered for use in Student:-Calculus1:-Roots.&lt;br&gt;&lt;br&gt;Here is a simple procedure which uses NextZero to try and find all real roots of expression `expr` within the real range `a` to `b`. When it works, it seems to be quite a bit faster than Roots.&lt;/p&gt;
&lt;pre&gt;restart:

findroots:=proc(expr,a,b,{guard::posint:=5,maxtries::posint:=50})
local F,x,sols,i,res,start,t;
   x:=indets(expr,name) minus {constants};
   if nops(x)&amp;gt;1 then error "too many indeterminates"; end if;
   F:=subs(__F=unapply(expr,x[1]),__G=guard,proc(t)
      Digits:=Digits+__G;
      __F(t);
   end proc);
   sols,i,start:=table([]),0,a;
   to maxtries do
      i:=i+1;
      res:=RootFinding:-NextZero(F,start,
                                 'maxdistance'=b-start);
      if type(res,numeric) then
         sols[i]:=fnormal(res);
         if sols[i]=sols[i-1] then
            start:=sols[i]+1.0*10^(-Digits);
            i:=i-1;
         else
            start:=sols[i];
         end if;
      else
         break;
      end if;
   end do;
   op({entries(sols,'nolist')});
end proc:

findroots(x^3-3*2^x+3, -1000, 1000);

          -1.189979747, -0., 2.226983010, 6.592619383
&lt;/pre&gt;
&lt;p&gt;[&lt;strong&gt;edited&lt;/strong&gt;: I edited the maxdistance value in the call to NextZero above, to make it simpler and to better handle the first time in the loop.]&lt;/p&gt;
&lt;p&gt;Almost any practical numerical rootfinding scheme can be broken. Hence, while suggestions for improvements are welcome, there's no bounty for examples which break this scheme. With that in mind, here is a performance example. The first columns is the total number of roots, the second column is the number of roots found, the third column is the maximal forward error by resubstituting the roots into the expression, and the fourth column is the elapsed time.&lt;/p&gt;
&lt;pre&gt;V:=LinearAlgebra:-RandomVector[row](100,generator=-1.0..1.0):

for i from 1 to 10 do
  expr:=expand( mul((4.3)^x-(4.3)^V[j],j=1..i) );
  d1:='d1':d2:='d2':d3:='d3':gc():
  st:=time();
  sol:=Student:-Calculus1:-Roots(expr,x=-1..1,numeric);
  maxerr:=max(seq(abs(eval(expr,x=X)),X=sol));
  print([i,nops(sol),nprintf("%.1e",evalf[2](maxerr)),time()-st]);
end do:

                     [1, 1, 0.0e+00, 0.094]
                     [2, 2, 1.0e-10, 0.203]
                     [3, 3, 2.0e-10, 1.107]
                     [4, 4, 4.0e-10, 1.638]
                     [5, 5, 7.0e-10, 1.186]
                     [6, 6, 1.4e-08, 1.872]
                     [7, 7, 8.7e-06, 2.449]
                     [8, 8, 5.2e-06, 4.352]
                     [9, 9, 1.5e-04, 5.008]
                    [10, 10, 5.9e-05, 7.425]

for i from 1 to 10 do
  expr:=expand( mul((4.3)^x-(4.3)^V[j],j=1..i) );
  d1:='d1':d2:='d2':d3:='d3':gc():
  st:=time();
  sol:=findroots(expr,-1,1,guard=7);
  maxerr:=max(seq(abs(eval(expr,x=X)),X=[sol])):
  print([i,nops([sol]),nprintf("%.1e",evalf[2](maxerr)),time()-st]);
end do:

                      [1, 1, 1.0e-10, 0.]
                      [2, 2, 0.0e+00, 0.]
                      [3, 3, 2.0e-10, 0.]
                      [4, 4, 3.0e-10, 0.]
                     [5, 5, 7.0e-10, 0.016]
                     [6, 6, 4.1e-07, 0.015]
                      [7, 7, 5.1e-07, 0.]
                      [8, 8, 7.5e-06, 0.]
                      [9, 9, 1.4e-04, 0.]
                    [10, 10, 5.9e-05, 0.016]
&lt;/pre&gt;
&lt;p&gt;NB. It's quite possible that the findroots procedure is not as careful as it might be about avoiding a runaway situation wherein its main loop stops only due to the maxtries parameter.&lt;/p&gt;
&lt;p&gt;acer&lt;/p&gt;</description>
      <guid>123497</guid>
      <pubDate>Sat, 02 Jul 2011 08:09:26 Z</pubDate>
      <itunes:author>acer</itunes:author>
      <author>acer</author>
    </item>
    <item>
      <title>no range</title>
      <link>http://www.mapleprimes.com/questions/123476-Seeking-A-Good-Praxis-In-Solving-Equations?ref=Feed:MaplePrimes:Seeking a good praxis in solving equations in High School and College:Comments#answer123529</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/123476-Seeking-A-Good-Praxis-In-Solving-Equations#comment123493"&gt;@erik10&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It is odd that specifying a range too large reduces the number of solutions found.&amp;nbsp; It is almost as if we should specify a higher numpoints value which isn't allowed anyway.&lt;/p&gt;
&lt;p&gt;Why do we need to specify a range?&amp;nbsp;&amp;nbsp;Leaving out the range, Maple finds all 4 solutions.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/123476-Seeking-A-Good-Praxis-In-Solving-Equations#comment123493"&gt;@erik10&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It is odd that specifying a range too large reduces the number of solutions found.&amp;nbsp; It is almost as if we should specify a higher numpoints value which isn't allowed anyway.&lt;/p&gt;
&lt;p&gt;Why do we need to specify a range?&amp;nbsp;&amp;nbsp;Leaving out the range, Maple finds all 4 solutions.&lt;/p&gt;</description>
      <guid>123529</guid>
      <pubDate>Sun, 03 Jul 2011 13:58:31 Z</pubDate>
      <itunes:author>Christopher2222</itunes:author>
      <author>Christopher2222</author>
    </item>
    <item>
      <title>Method 5: Using the SolveEquations command in a DirectSearch package</title>
      <link>http://www.mapleprimes.com/questions/123476-Seeking-A-Good-Praxis-In-Solving-Equations?ref=Feed:MaplePrimes:Seeking a good praxis in solving equations in High School and College:Comments#answer123594</link>
      <itunes:summary>&lt;p&gt;SolveEquations command from &lt;a href="http://www.maplesoft.com/applications/view.aspx?SID=101333"&gt;DirectSearch &lt;/a&gt;package finds all four solutions in one step:&lt;/p&gt;
&lt;p&gt;DirectSearch:-SolveEquations(x^3-3*2^x+3=0, AllSolutions);&lt;br&gt;&lt;br&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;SolveEquations command from &lt;a href="http://www.maplesoft.com/applications/view.aspx?SID=101333"&gt;DirectSearch &lt;/a&gt;package finds all four solutions in one step:&lt;/p&gt;
&lt;p&gt;DirectSearch:-SolveEquations(x^3-3*2^x+3=0, AllSolutions);&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>
      <guid>123594</guid>
      <pubDate>Tue, 05 Jul 2011 15:51:03 Z</pubDate>
      <itunes:author>mois</itunes:author>
      <author>mois</author>
    </item>
    <item>
      <title>the picture</title>
      <link>http://www.mapleprimes.com/questions/123476-Seeking-A-Good-Praxis-In-Solving-Equations?ref=Feed:MaplePrimes:Seeking a good praxis in solving equations in High School and College:Comments#comment123487</link>
      <itunes:summary>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;form name="worksheet_form"&gt;
&lt;table style="width: 576px;" align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;&lt;span style="color: #d00000; font-size: 83%; font-family: monospace,monospace; font-weight: normal; font-style: normal;"&gt; &amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;" align="left"&gt;&lt;span style="color: #d00000; font-size: 83%; font-family: monospace,monospace; font-weight: normal; font-style: normal;"&gt;g:=x^3 - 3*2^x + 3;&lt;br&gt; &lt;/span&gt;&lt;span style="color: #d00000; font-size: 83%; font-family: monospace,monospace; font-weight: normal; font-style: normal;"&gt;B:=[RootFinding:-Analytic( g, x, re=-100..100, im=-100..100 )]:&lt;br&gt; &lt;/span&gt;&lt;span style="color: #d00000; font-size: 83%; font-family: monospace,monospace; font-weight: normal; font-style: normal;"&gt;plots:-complexplot(B, &amp;nbsp;style=point, symbolsize=20);&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;" align="center"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=123487/416477/fcdeee65439bea3b0718c520e62e442d.gif" alt="" width="99" height="23"&gt;&lt;/p&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;" align="center"&gt;&lt;a href="http://www.maplesoft.com/support/faqs/MapleNet/redirect.aspx?param=plot_java_14206"&gt;&lt;img style="border: none;" src="/view.aspx?sf=123487/416477/9f553177636d0e43c4256a7777daeb6b.gif" alt="" width="576" height="576" align="middle"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="color: #000000; font-family: Times, serif; font-weight: bold; font-style: normal;" align="right"&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;&lt;span style="color: #d00000; font-size: 83%; font-family: monospace,monospace; font-weight: normal; font-style: normal;"&gt; &amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;" align="left"&gt;&lt;span style="color: #d00000; font-size: 83%; font-family: monospace,monospace; font-weight: normal; font-style: normal;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;input type="hidden" name="sequence" value="1"&gt;&lt;/form&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=123487/416477/RootFindingAnalyti.mw"&gt;Download RootFindingAnalyti.mw&lt;/a&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;form name="worksheet_form"&gt;
&lt;table style="width: 576px;" align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;&lt;span style="color: #d00000; font-size: 83%; font-family: monospace,monospace; font-weight: normal; font-style: normal;"&gt; &amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;" align="left"&gt;&lt;span style="color: #d00000; font-size: 83%; font-family: monospace,monospace; font-weight: normal; font-style: normal;"&gt;g:=x^3 - 3*2^x + 3;&lt;br&gt; &lt;/span&gt;&lt;span style="color: #d00000; font-size: 83%; font-family: monospace,monospace; font-weight: normal; font-style: normal;"&gt;B:=[RootFinding:-Analytic( g, x, re=-100..100, im=-100..100 )]:&lt;br&gt; &lt;/span&gt;&lt;span style="color: #d00000; font-size: 83%; font-family: monospace,monospace; font-weight: normal; font-style: normal;"&gt;plots:-complexplot(B, &amp;nbsp;style=point, symbolsize=20);&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;" align="center"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=123487/416477/fcdeee65439bea3b0718c520e62e442d.gif" alt="" width="99" height="23"&gt;&lt;/p&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;" align="center"&gt;&lt;a href="http://www.maplesoft.com/support/faqs/MapleNet/redirect.aspx?param=plot_java_14206"&gt;&lt;img style="border: none;" src="/view.aspx?sf=123487/416477/9f553177636d0e43c4256a7777daeb6b.gif" alt="" width="576" height="576" align="middle"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="color: #000000; font-family: Times, serif; font-weight: bold; font-style: normal;" align="right"&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;&lt;span style="color: #d00000; font-size: 83%; font-family: monospace,monospace; font-weight: normal; font-style: normal;"&gt; &amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;" align="left"&gt;&lt;span style="color: #d00000; font-size: 83%; font-family: monospace,monospace; font-weight: normal; font-style: normal;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;input type="hidden" name="sequence" value="1"&gt;&lt;/form&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=123487/416477/RootFindingAnalyti.mw"&gt;Download RootFindingAnalyti.mw&lt;/a&gt;&lt;/p&gt;</description>
      <guid>123487</guid>
      <pubDate>Fri, 01 Jul 2011 23:44:14 Z</pubDate>
      <itunes:author>Axel Vogt</itunes:author>
      <author>Axel Vogt</author>
    </item>
  </channel>
</rss>