Riffle
(Built-in Mathematica Symbol) Riffle[{e_1, e_2, ...}, x] gives {e_1, x, e_2, x, ...}. Riffle[{e_1, e_2, ...}, {x_1, x_2, ...}] gives {e_1, x_1, e_2, x_2, ...}. Riffle[list, x, n] yields a list in which ...
Sort
(Built-in Mathematica Symbol) Sort[list] sorts the elements of list into canonical order. Sort[list, p] sorts using the ordering function p.
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 ...
Transpose[list] transposes the first two levels in list. Transpose[list, {n_1, n_2, ...}] transposes list so that the k\[Null]^th level in list is the n_k\[Null]^th level in ...
ListStreamDensityPlot[array] generates a stream density plot from a 2D array of vector and scalar field values {{vx_ij, vy_ij}, s_ij}. ListStreamDensityPlot[{{{x_1, y_1}, ...
PolyhedronData[poly, " property"] gives the value of the specified property for the polyhedron named poly.PolyhedronData[poly] gives an image of the polyhedron named ...
"Manipulating Elements of Lists" shows how you can pick out elements of lists based on their positions. Often, however, you will need to select elements based not on where ...
Mathematica transparently works with complex variables throughout, not only numerically, but also symbolically—often relying on original results to handle intricate branch ...
Mathematica provides broad and deep built-in support for both programmatic and interactive modern industrial-strength image processing —fully integrated with Mathematica's ...