Subject: minimal maxima function def to use mfuncall?
From: Edwin Woollett
Date: Tue, 17 Apr 2012 16:53:01 -0700
On Apr. 17, 2012, I wrote:
------------------
What is the minimum amount of preparation one
must do in defining a maxima function using :=
to be able to use it with mfuncall?
-----------------------
dumb mistake: left out dollar sign ($)
------------
(%i1) f(x):=x^2$
(%i2) :lisp (mfuncall '$f '3)
9
(%i2)
------------
sorry for the noise
Ted