TableForm
Usage
Notes
Further Examples
TableForm displays a list of lists as a table.
In[1]:=
|
Out[1]//TableForm=
|
This centers the column.
In[2]:=
|
Out[2]//TableForm=
|
This displays to a depth of .
In[3]:=
|
Out[3]//TableForm=
|
This is the default setting for the option TableDirections.
In[4]:=
|
Out[4]//TableForm=
|
This reverses the direction.
In[5]:=
|
Out[5]//TableForm=
|
This gives all columns.
In[6]:=
|
Out[6]//TableForm=
|
This puts integer labels in a array.
In[7]:=
|
Out[7]//TableForm=
|
This gives a table where rows are labeled by integers and columns by a list of strings.
In[8]:=
|
Out[8]//TableForm=
|
This leaves 6 spaces between the entries in each row and one space between successive rows.
In[9]:=
|
Out[9]//TableForm=
|
|