PermutationGroup[{perm_1, ..., perm_n}] represents the group generated by multiplication of the permutations perm_1, ..., perm_n.
PowerExpand[expr] expands all powers of products and powers. PowerExpand[expr, {x_1, x_2, ...}] expands only with respect to the variables x_i.
ReliefImage[array] generates a relief image of an array of height values.
Re
(Built-in Mathematica Symbol) Re[z] gives the real part of the complex number z.
SinIntegral[z] gives the sine integral function Si(z).
StandardForm[expr] prints as the standard Mathematica two-dimensional representation of expr.
TraditionalForm[expr] prints as an approximation to the traditional mathematical notation for expr.
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 ...
UnitStep[x] represents the unit step function, equal to 0 for x < 0 and 1 for x >= 0. UnitStep[x_1, x_2, ...] represents the multidimensional unit step function which is 1 ...
WeierstrassP[u, {g_2, g_3}] gives the Weierstrass elliptic function \[WeierstrassP](u; g_2, g_3).