|
|
|||
|
|
|
| MATHEMATICA TUTORIAL | Related Tutorials »|More About »|Functions » |
| Union[list1,list2,...] | give a list of the distinct elements in the |
| Intersection[list1,list2,...] | give a list of the elements that are common to all the |
| Complement[universal,list1,...] | give a list of the elements that are in universal, but not in any of the |
| Subsets[list] | give a list of all subsets of the elements in list |
| DeleteDuplicates[list] | delete all duplicates from list |
| In[1]:= |
| Out[1]= |
| In[2]:= |
| Out[2]= |
| In[3]:= |
| Out[3]= |
| In[4]:= |
| Out[4]= |
| In[5]:= |
| Out[5]= |