Subject: How does one tell if something is a function?
From: Barton Willis
Date: Fri, 18 Mar 2005 10:45:23 -0600
-----maxima-admin@math.utexas.edu wrote: -----
> Nevermind, found mfboundp.
There's a problem using mfboundp.
(%i1) f(x) := x$
(%i2) to_lisp()$
Type (to-maxima) to restart
MAXIMA>(mfboundp '$f)
NIL
MAXIMA>(mfboundp '|$f|)
(MEXPR ((LAMBDA) ((MLIST) |$x|) |$x|))
How does one convert $f to |$f|?
mcgdog