DeleteFromTableau[t, r] deletes the last element of row r from Young tableau t.
ReleaseHold[expr] removes Hold, HoldForm, HoldPattern, and HoldComplete in expr.
ShowSelection is an option to Notebook, Cell, and Style that specifies whether to show the current selection highlighted.
Lists are central constructs in Mathematica, used to represent collections, arrays, sets, and sequences of all kinds. Lists can have any structure and size, and can routinely ...
SplineKnots is an option for B-spline functions and graphics primitives that specifies the positions of knots.
StringDrop["string", n] gives " string" with its first n characters dropped. StringDrop["string", -n] gives " string" with its last n characters dropped. StringDrop["string", ...
SortBy
(Built-in Mathematica Symbol) SortBy[list, f] sorts the elements of list in the order defined by applying f to each of them.
All
(Built-in Mathematica Symbol) All is a setting used for certain options. In Part and related functions, All specifies all parts at a particular level.
BoxStyle is an option for three-dimensional graphics functions that specifies how the bounding box should be rendered.
C
(Built-in Mathematica Symbol) C[i] is the default form for the i\[Null]\[Null]^th parameter or constant generated in representing the results of various symbolic computations.