Sow
(Built-in Mathematica Symbol) Sow[e] specifies that e should be collected by the nearest enclosing Reap. Sow[e, tag] specifies that e should be collected by the nearest enclosing Reap whose pattern ...
PowerList[f] gives a list of the data parts of the nonzero elements of the field f.
PowerListToField[list] gives the field associated with list of element data parts list, where the elements are generated by successive powers of a primitive element.
Mathematica normally takes any expression it is given, and evaluates it as far as possible. But built into the Mathematica language is a collection of flexible primitives ...
Mathematica 7 extends its general treatment of lists and matrices by adding a variety of convenient functions, including support for common convolution and structure matrices.
Mathematica provides a convenient collection of platform-independent functions for manipulating names of files and directories. These functions can also be used to assemble ...
Mathematica has sophisticated built-in automatic numerical precision and accuracy control. But for special-purpose optimization of numerical computations, or for studying ...
MATHEMATICA HOW TO Tutorials » Sequences of Operations Evaluation See Also » CompoundExpression More About » Language Overview Mathematica Syntax Procedural Programming ...
ArrayDepth[expr] gives the depth to which expr is a full array, with all the parts at a particular level being lists of the same length, or is a SparseArray object.
FullForm[expr] prints as the full form of expr, with no special syntax.