|
|
|||
|
|
|
| MATHEMATICA TUTORIAL | Related Tutorials »|More About »|Functions » |
| Join[list1,list2,...] | concatenate lists together |
| Union[list1,list2,...] | combine lists, removing repeated elements and sorting the result |
| Riffle[list1,list2] | interleave elements of |
Functions for combining lists.
| In[1]:= |
| Out[1]= |
| In[2]:= |
| Out[2]= |
| In[3]:= |
| Out[3]= |