FindDivisions[{x_min, x_max}, n] finds a list of about n "nice" numbers that divide the interval around x_min to x_max into equally spaced parts. FindDivisions[{x_min, x_max, ...
FindIndependentEdgeSet[g] finds an independent edge set of the graph g with a maximum number of edges.
IntegerExponent[n, b] gives the highest power of b that divides n.
MovingMedian[list, r] gives the moving median of list, computed using spans of r elements.
NotebookFind[notebook, data] sets the current selection in the specified notebook object to be the next occurrence of data. NotebookFind[notebook, data, Previous] sets the ...
PartitionsP[n] gives the number p (n) of unrestricted partitions of the integer n.
PermutationPower[perm, n] gives the n\[Null]^th permutation power of the permutation perm.
StyleBox[boxes, options] is a low-level representation of boxes to be shown with the specified option settings. StyleBox[boxes, " style"] uses the option setting for the ...
TakeWhile[list, crit] gives elements e_i from the beginning of list, continuing so long as crit[e_i] is True.
UpperTriangularize[m] gives a matrix in which all but the upper triangular elements of m are replaced with zeros. UpperTriangularize[m, k] replaces with zeros only the ...