Mathematica 9 is now available

JoinIntersection

Union

FilledSmallSquareUnion[, , ... ] gives a sorted list of all the distinct elements that appear in any of the .

FilledSmallSquareUnion[list] gives a sorted version of a list, in which all duplicated elements have been dropped.

FilledSmallSquare If the are considered as sets, Union gives their union.

FilledSmallSquareUnion[, , ... ] can be input in StandardForm and InputForm as ... . The character can be entered as AliasIndicatorunAliasIndicator or \[Union].

FilledSmallSquare The must have the same head, but it need not be List.

FilledSmallSquareUnion[, ... , SameTest->test] applies test to each pair of elements in the to determine whether they should be considered the same.

FilledSmallSquare See The Mathematica Book: Section 1.8.7 and Section 1.8.8.

FilledSmallSquare See also: Join, Intersection, Complement, Split.

Further Examples

JoinIntersection



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.