Prepend
(Built-in Mathematica Symbol) Prepend[expr, elem] gives expr with elem prepended.
Reverse
(Built-in Mathematica Symbol) Reverse[expr] reverses the order of the elements in expr. Reverse[expr, n] reverses elements at level n in expr.Reverse[expr, {n_1, n_2, ...}] reverses elements at levels ...
Replace
(Built-in Mathematica Symbol) Replace[expr, rules] applies a rule or list of rules in an attempt to transform the entire expression expr. Replace[expr, rules, levelspec] applies rules to parts of expr ...
A "How to" describes how to carry out particular tasks with Mathematica, giving step-by-step instructions for common cases.
Accuracy[x] gives the effective number of digits to the right of the decimal point in the number x.
Cross
(Built-in Mathematica Symbol) Cross[a, b] gives the vector cross product of a and b.
Apply
(Built-in Mathematica Symbol) Apply[f, expr] or f @@ expr replaces the head of expr by f. Apply[f, expr, {1}] or f @@@ expr replaces heads at level 1 of expr by f.Apply[f, expr, levelspec] replaces heads ...
NevilleThetaN[z, m] gives the Neville theta function \[CurlyTheta]_n (z \[VerticalSeparator] m).
NevilleThetaS[z, m] gives the Neville theta function \[CurlyTheta]_s (z \[VerticalSeparator] m).
Thread
(Built-in Mathematica Symbol) Thread[f[args]] "threads" f over any lists that appear in args. Thread[f[args], h] threads f over any objects with head h that appear in args. Thread[f[args], h, n] threads f ...