ChessboardDistance[u, v] gives the chessboard, Chebyshev, or sup norm distance between vectors u and v.
ColorSetter[color] represents a color setter which displays as a swatch of the specified color and when clicked brings up a system color picker ...
Complexes represents the domain of complex numbers, as in x \[Element] Complexes.
ControllableModelQ[ss] yields True if the StateSpaceModel object ss is controllable, and False otherwise.
Depth
(Built-in Mathematica Symbol) Depth[expr] gives the maximum number of indices needed to specify any part of expr, plus 1.
DistributedContexts is an option for various parallel computing functions that specifies which definitions for symbols appearing in an expression should be distributed to all ...
ExpressionCell[expr] gives an expression cell that can appear in a Mathematica notebook. ExpressionCell[expr, " style"] gives an expression cell with the specified style.
FindGeneratingFunction[{a_1, a_2, ...}, x] attempts to find a simple generating function in x whose n\[Null]^th series coefficient is a_n.FindGeneratingFunction[{{n_1, a_1}, ...
Find
(Built-in Mathematica Symbol) Find[stream, " text"] finds the first line in an input stream that contains the specified string. Find[stream, {"text_1", "text_2", ...}] finds the first line that contains ...
FourierParameters is an option to Fourier and related functions that specifies the conventions to use in computing Fourier transforms.