["Juan Pablo Romero Bernal" , Fri, 17 Jun 2005 23:23:40 +0800]:
> Is there some function in Maxima, to work compose functions?. I refer to
> compose functions with:
I don't think there is such a function built in. I have something to
do this in a relatively safe way in my utilities definition file that
I might send you if you are interested.
In general, macros will allow you to do transform the list f, g, h
into lambda([x],f(g(h(x)))) easily. X should really be a gensym,
though, in order to avoid variable clashes.
Albert.