Ok, thanks. Now we have some progress:
Maxima 5.22.1 http://maxima.sourceforge.net
using Lisp SBCL 1.0.40
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.
(%i1) :lisp (load "fbfroot")
STYLE-WARNING: redefining INTERPOLATE-CHECK in DEFUN
T
(%i1) find_bfroot(sin(x),x,0,3.4);
(%o1) find_bfroot(sin(x), x, 0.0b0, 3.4b0)
(%i2)
But apparently the function find_bfroot() that I've defined
is unrecognized.
Kostas
On 09/24/10 12:42 PM, Robert Dodier wrote:
> On Fri, Sep 24, 2010 at 10:35 AM, Kostas Oikonomou<ko at research.att.com> wrote:
>
>> ; undefined variable: |$#0.0B0#|
>
> Sorry, I got it backwards. Try: #$0.0b0$
>
> Robert Dodier
>