Mathematica 9 is now available

ComplementOrdering

Sort

FilledSmallSquareSort[list] sorts the elements of list into canonical order.

FilledSmallSquareSort[list, p] sorts using the ordering function p.

FilledSmallSquare Example: Sort[b, c, a] LongRightArrow.

FilledSmallSquare The canonical ordering used by Mathematica is described in Section A.3.9.

FilledSmallSquareSort[list, p] applies the function p to pairs of elements in list to determine whether they are in order. The default function p is OrderedQ[{#1, #2}]&.

FilledSmallSquare Example: Sort[4, 1, 3, Greater] LongRightArrow.

FilledSmallSquareSort can be used on expressions with any head, not only List.

FilledSmallSquare See The Mathematica Book: Section 1.8.9, Section 1.8.13 and Section 2.2.10.

FilledSmallSquare See also: Ordering, Order, OrderedQ, Orderless.

Further Examples

ComplementOrdering



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.