Composition[f_1, f_2, f_3, ...] represents a composition of the functions f_1, f_2, f_3, ....
Decompose[poly, x] decomposes a polynomial, if possible, into a composition of simpler polynomials.
If
(Built-in Mathematica Symbol) If[condition, t, f] gives t if condition evaluates to True, and f if it evaluates to False. If[condition, t, f, u] gives u if condition evaluates to neither True nor False.
ListLineIntegralConvolutionPlot[{array, image}] generates a line integral convolution plot of image convolved with the vector field defined by an array of vector field ...
LQRegulatorGains[ss, {q, r}] gives the optimal state feedback gain matrix for the StateSpaceModel object ss and the quadratic cost function with state and control weighting ...
MathMLForm[expr] prints as a MathML form of expr.
f /: lhs := rhs assigns rhs to be the delayed value of lhs, and associates the assignment with the symbol f.
TranslationTransform[v] gives a TransformationFunction that represents translation of points by a vector v.
WeierstrassZeta[u, {g_2, g_3}] gives the Weierstrass zeta function \[Zeta](u; g_2, g_3).
Lists are widely used in Mathematica, and there are many ways to construct them. Some explicit ways to construct lists. This gives a table of the first five powers of 2.