Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / Lists and Matrices / List Construction /

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]=



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.