Ask for the syntax of representing operators in Common-Lisp
Subject: Ask for the syntax of representing operators in Common-Lisp
From: Daniel Lakeland
Date: Wed, 12 Jul 2006 12:20:22 -0700
On Wed, Jul 12, 2006 at 06:09:27AM -0500, Barton Willis wrote:
> The function 'common_lisp' might work OK for expressions
> that involve trig-like functions and polynomials.
... examples and definitions elided...
I vote that this function be incorporated into the next version of
maxima, and I will see if I can do something to extend it to include
noun forms like this:
common_lisp(myfunc(a)/(1+x^2)) => (lambda (a x) (/ (myfunc a) (+ 1
(expt x 2))))
Although I suspect Barton will simply turn around and implement that
trivially :-)
--
Daniel Lakeland
dlakelan at street-artists.org
http://www.street-artists.org/~dlakelan