|
Further Examples: Array
This creates an array of elements.
In[1]:= 
Out[1]= 
This creates an array of elements with elements each.
In[2]:= 
Out[2]= 
This array starts its index at .
In[3]:= 
Out[3]= 
Since the function Plus is specified here, the head of the array changes to Plus from its default value List.
In[4]:= 
Out[4]= 
This array uses the index origins and .
In[5]:= 
Out[5]= 
|