TransformationFunction[data] represents a transformation function that applies geometric and other transformations.
Lists
(Mathematica Overview) Making Lists of Objects Collecting Objects Together Making Tables of Values
Mathematica encapsulates in a small number of functions vast flexibility in rearranging lists with any structure and any number of elements.
Animate
(Built-in Mathematica Symbol) Animate[expr, {u, u_min, u_max}] generates an animation of expr in which u varies continuously from u_min to u_max. Animate[expr, {u, u_min, u_max, du}] takes u to vary in ...
Since many functions in Mathematica give solutions in the form of rules, you need to be able to use these rules to explore and interpret your results. Although many of the ...
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.
Balance
(Mathematica Front End Token) "Balance" is a front end token that expands the selection to cover the nearest pair of matched bracketing characters.
Un/Comment comments or uncomments the selected expression.
Check Balance expands the selection to cover the nearest pair of matched bracketing characters.
TraceDepth is an option for Trace and related functions which specifies the maximum nesting of evaluation chains that are to be included.