apropos SciMax Toolbox arithmetic

SciMax Toolbox >> args

args

Maxima Function

Calling Sequence

args (expr)

Description

Returns the list of arguments of expr, which may be any kind of expression other than an atom. Only the arguments of the top-level operator are extracted; subexpressions of expr appear as elements or subexpressions of elements of the list of arguments.

The order of the items in the list may depend on the global flag inflag.

args (expr) is equivalent to substpart ("[", expr, 0). See also , and .

apropos SciMax Toolbox arithmetic