Legacy Documentation

Mathematica® Teacher's Edition (2002)

This is documentation for an obsolete product.
Current products and services
 Documentation /  Mathematica Teacher's Edition /  Built-in Functions /  Input and Output /  Format Types /

TableForm

FilledSmallSquare TableForm[list] prints with the elements of list arranged in an array of rectangular cells.

FilledSmallSquare The height of each row and the width of each column are determined by the maximum size of an element in the row or column.
FilledSmallSquare TableForm prints a single-level list in a column. It prints a two-level list as a two-dimensional table. More deeply nested lists are by default printed with successive dimensions alternating between rows and columns.
FilledSmallSquare Arrays in which all sublists at a particular level are not of the same length display as ragged tables.

FilledSmallSquare TableForm acts as a "wrapper", which affects printing, but not evaluation.
FilledSmallSquare See The Mathematica Book on the web: Section 1.8.2 and Section 2.8.8.
FilledSmallSquare See also: MatrixForm, GraphicsArray.