Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / Input and Output / Format Types /

TableDepth

FilledSmallSquare TableDepth is an option for TableForm and MatrixForm which specifies the maximum number of levels to be printed in tabular or matrix format.

FilledSmallSquare TableForm[list, TableDepth -> n] prints elements in list below level n as ordinary lists, rather than arranging them in tabular form.

FilledSmallSquare With the default setting TableDepth -> Infinity, as many levels as possible are printed in tabular form. In TableForm, the levels printed need not consist of elements with the same list structure. In MatrixForm, they must.

FilledSmallSquare See Section 2.9.8.

FilledSmallSquare See also: ArrayDepth.

FilledSmallSquare New in Version 2.

Further Examples



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.