Newbie problems with plot2d



carolus <worwor at bellsouth.net> writes:

> Is there a function that returns the type of a maxima object?

properties(foo)

lists the properties of the symbol foo. For example:

foo(x,y):=x^^y;
foo:a+5;
foo[x,y] := x^y;
properties(foo);
         [value, array function, hashed array, function]

featurep may also be helpful.

-- 
Leo Butler                l_butler at users.sourceforge.net
SDF Public Access UNIX System -   http://sdf.lonestar.org