Mathematica has an attribute Listable which means that
a function with this attribute is automatically threaded
over a list that is an argument. What is the name of
the corresponding property in Maxima, and how does
one find a list a functions with that property.
f(list) equivalent to map('f, list ) for which core
functions, and how does one define a new function
with this property?
Ted Woollett