[Maxima] numerical methods gone missing?

James Supancic arrummzen at gmail.com
Sat Jun 10 22:28:55 CDT 2006


------=_Part_14792_4500775.1149996535190
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Ah, ok. So its a simple case of us using the wrong version of the
documentation (or wrong version of the program). I wouldn't have thought
that a two number difference in the third element of the version number
would have mattered.

Thank you for your time,
James Supancic

On 6/10/06, Yasuaki Honda <yhonda at mac.com> wrote:
>
> Hi James,
>
> Just for the clarity, on using Maxima 5.9.3, the find_root()
> works as documented in the latest online manual:
>
> Maxima 5.9.3 http://maxima.sourceforge.net
> Using Lisp CMU Common Lisp 19c (19C)
> Distributed under the GNU Public License. See the file COPYING.
> Dedicated to the memory of William Schelter.
> This is a development version of Maxima. The function bug_report()
> provides bug reporting information.
> (%i1) find_root (sin(x) - x/2, x, 0.1, %pi);
> (%o1)                          1.895494267033981
> (%i2)
>
> Yasuaki Honda
>
> On 2006/06/11, at 9:13 AM, van Nek wrote:
>
> > Am 10 Jun 2006 um 14:31 hat James Supancic geschrieben:
> >
> > >
> > > numerical methods gone missing?
> > >
> > > I am trying to help someone on the freenode #maximia IRC channel,
> > they would like to use the
> > > find_root function as documented in in the Maximia manual.
> > >
> > > However, any attempt to use the function, such as
> > >
> > > find_root (sin(x) - x/2, x, 0.1, %pi);
> > >
> > > fails by returning a slightly modified version of itself,
> > basically the output is
> > > find_root (sin(x) - x/2, x, 0.1, %pi);
> > > with some minor formatting changes.
> > > In the manuals example the result should have been
> > >
> > > 1.895494267033981
> > >
> > > I suspect that we do not have the proper numerical module loaded?
> > I tried loading a bunch of
> > > stuff out of /usr/share/maxima/5.9.1, and it failed to fix the
> > problem.
> > >
> > > What must we do to get the find_root function to work as advertised.
> > >
> > > Thank you for your time,
> > > James Supancic
> > >
> >
> > Hi James,
> >
> > I read that you are using 5.9.1.
> >
> > In 5.9.1 and 5.9.2 this function is called 'interpolate'
> >
> > 5.9.1/2: interpolate(sin(x) - x/2, x, 0.1, %pi); --> 1.895494267033981
> >
> > 5.9.3: find_root (sin(x) - x/2, x, 0.1, %pi); --> 1.895494267033981
> >
> > Volker
>
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>

------=_Part_14792_4500775.1149996535190
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Ah, ok. So its a simple case of us using the wrong version of the
documentation (or wrong version of the program). I wouldn't have
thought that a two number difference in the third element of the
version number would have mattered. <br>
<br>
Thank you for your time,<br>
James Supancic<br><br><div><span class="gmail_quote">On 6/10/06, <b class="gmail_sendername">Yasuaki Honda</b> &lt;<a href="mailto:yhonda at mac.com">yhonda at mac.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi James,<br><br>Just for the clarity, on using Maxima 5.9.3, the find_root()<br>works as documented in the latest online manual:<br><br>Maxima 5.9.3 <a href="http://maxima.sourceforge.net">http://maxima.sourceforge.net</a>
<br>Using Lisp CMU Common Lisp 19c (19C)<br>Distributed under the GNU Public License. See the file COPYING.<br>Dedicated to the memory of William Schelter.<br>This is a development version of Maxima. The function bug_report()
<br>provides bug reporting information.<br>(%i1) find_root (sin(x) - x/2, x, 0.1, %pi);<br>(%o1)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1.895494267033981<br>(%i2)<br><br>Yasuaki Honda<br><br>On 2006/06/11, at 9:13 AM, van Nek wrote:<br>
<br>&gt; Am 10 Jun 2006 um 14:31 hat James Supancic geschrieben:<br>&gt;<br>&gt; &gt;<br>&gt; &gt; numerical methods gone missing?<br>&gt; &gt;<br>&gt; &gt; I am trying to help someone on the freenode #maximia IRC channel,
<br>&gt; they would like to use the<br>&gt; &gt; find_root function as documented in in the Maximia manual.<br>&gt; &gt;<br>&gt; &gt; However, any attempt to use the function, such as<br>&gt; &gt;<br>&gt; &gt; find_root (sin(x) - x/2, x, 
0.1, %pi);<br>&gt; &gt;<br>&gt; &gt; fails by returning a slightly modified version of itself,<br>&gt; basically the output is<br>&gt; &gt; find_root (sin(x) - x/2, x, 0.1, %pi);<br>&gt; &gt; with some minor formatting changes.
<br>&gt; &gt; In the manuals example the result should have been<br>&gt; &gt;<br>&gt; &gt; 1.895494267033981<br>&gt; &gt;<br>&gt; &gt; I suspect that we do not have the proper numerical module loaded?<br>&gt; I tried loading a bunch of
<br>&gt; &gt; stuff out of /usr/share/maxima/5.9.1, and it failed to fix the<br>&gt; problem.<br>&gt; &gt;<br>&gt; &gt; What must we do to get the find_root function to work as advertised.<br>&gt; &gt;<br>&gt; &gt; Thank you for your time,
<br>&gt; &gt; James Supancic<br>&gt; &gt;<br>&gt;<br>&gt; Hi James,<br>&gt;<br>&gt; I read that you are using 5.9.1.<br>&gt;<br>&gt; In 5.9.1 and 5.9.2 this function is called 'interpolate'<br>&gt;<br>&gt; 5.9.1/2: interpolate(sin(x) - x/2, x, 
0.1, %pi); --&gt; 1.895494267033981<br>&gt;<br>&gt; 5.9.3: find_root (sin(x) - x/2, x, 0.1, %pi); --&gt; 1.895494267033981<br>&gt;<br>&gt; Volker<br><br>_______________________________________________<br>Maxima mailing list
<br><a href="mailto:Maxima at math.utexas.edu">Maxima at math.utexas.edu</a><br><a href="http://www.math.utexas.edu/mailman/listinfo/maxima">http://www.math.utexas.edu/mailman/listinfo/maxima</a><br></blockquote></div><br>

------=_Part_14792_4500775.1149996535190--




More information about the Maxima mailing list