Legacy Documentation

Mathematica® Teacher's Edition (2002)

This is documentation for an obsolete product.
Current products and services
 Documentation /  Mathematica Teacher's Edition /  Built-in Functions /  Lists and Matrices /  List Operations /

Complement

FilledSmallSquare Complement[eall, , , ... ] gives the elements in eall which are not in any of the .

FilledSmallSquare The list returned by Complement is sorted into standard order.
FilledSmallSquare Example: Complement[a,b,c,d,e, a,c, d]LongRightArrow.
FilledSmallSquare Complement[eall, , ... , SameTest->test] applies test to each pair of elements in eall and the to determine whether they should be considered the same.
FilledSmallSquare See The Mathematica Book on the web: Section 1.8.8.
FilledSmallSquare See also: Intersection, Union.