RightCosetRepresentative[group, g] returns the smallest element in the right coset of products of the elements of group by g.
Round
(Built-in Mathematica Symbol) Round[x] gives the integer closest to x. Round[x, a] rounds to the nearest multiple of a.
SelectComponents[m, " prop", crit] computes a property " prop" for all components in a label matrix m and returns a version of m in which components that do not satisfy crit ...
Short
(Built-in Mathematica Symbol) Short[expr] prints as a short form of expr, less than about one line long. Short[expr, n] prints as a form of expr about n lines long.
SimpleGraph[g] gives the underlying simple graph from the graph g.
SimpleGraphQ[g] yields True if the graph g is a simple graph and False otherwise.
SplineKnots is an option for B-spline functions and graphics primitives that specifies the positions of knots.
StringReplacePart["string", " snew", {m, n}] replaces the characters at positions m through n in " string" by " snew". StringReplacePart["string", " snew", {{m_1, n_1}, {m_2, ...
x_y^z is the low-level box representation for x_y^z in notebook expressions.
TakeWhile[list, crit] gives elements e_i from the beginning of list, continuing so long as crit[e_i] is True.