Complement
Usage
• Complement[eall, , , ... ]给出了 eall中的元素,这些不在任何  中。
Notes
• 由Complement返回的列表被排成标准顺序。 • Complement[eall, , ... , SameTest->test] 对在 eall中的每对元素应用 test,且  用于确定是否他们应当被认为是相同的。 • 参见Mathematica全书: 节 1.8.8.
Further Examples
This gives all those elements of the first list that do not appear in either of the other two lists.
In[1]:=
|
Out[1]=
|
|