Initialization is an option for Dynamic, DynamicModule, Manipulate, and related constructs that specifies an expression to be evaluated when the construct is first used or ...
IntegerPartitions[n] gives a list of all possible ways to partition the integer n into smaller integers. IntegerPartitions[n, k] gives partitions into at most k integers. ...
IntegerPart[x] gives the integer part of x.
PageBreakWithin is an option for Cell which specifies whether a page break should be allowed within the cell if the notebook that contains the cell is printed.
Pause
(Built-in Mathematica Symbol) Pause[n] pauses for at least n seconds.
ShowPageBreaks is a notebook option that specifies whether to indicate in the on-screen display of a notebook where page breaks would occur if the notebook were printed.
ValidationLength is an option to FindSequenceFunction and related functions that specifies the number of elements in the input sequence that should be used to validate a ...
With
(Built-in Mathematica Symbol) With[{x = x_0, y = y_0, ...}, expr] specifies that in expr occurrences of the symbols x, y, ... should be replaced by x_0, y_0, ....
Xor
(Built-in Mathematica Symbol) Xor[e_1, e_2, ...] is the logical XOR (exclusive OR) function. It gives True if an odd number of the e_i are True, and the rest are False. It gives False if an even number of ...
Some basic matrix operations. Transposing a matrix interchanges the rows and columns in the matrix. If you transpose an m×n matrix, you get an n×m matrix as the result. ...