remainder SciMax Toolbox rembox

SciMax Toolbox >> remarray

remarray

Maxima Function

Calling Sequence

remarray (A_1, ..., A_n)
remarray(all)

Description

Removes arrays and array associated functions and frees the storage occupied. The arguments may be declared arrays, undeclared (hashed) arrays, array functions, and subscripted functions.

remarray (all) removes all items in the global list arrays.

It may be necessary to use this function if it is desired to redefine the values in a hashed array.

remarray returns the list of arrays removed.

remainder SciMax Toolbox rembox