|
|
|||
|
|
|
| MATHEMATICA TUTORIAL | Related Tutorials »|Functions » |
| In[1]:= |
| Out[1]= |
| In[2]:= |
| Out[2]= |
| In[3]:= |
| Apply[f,{a,b,...}] | apply f to a list, giving |
| Apply[f,expr] or f@@expr | apply f to the top level of an expression |
| Apply[f,expr,{1}] or f@@@expr | apply f at the first level in an expression |
| Apply[f,expr,lev] | apply f at the specified levels in an expression |
Applying functions to lists and other expressions.
| In[4]:= |
| Out[4]= |
| In[5]:= |
| Out[5]= |
| In[6]:= |
| Out[6]= |
| In[7]:= |
| Out[7]= |
| In[8]:= |
| Out[8]= |