TableDepth
Usage
• TableDepth 是 TableForm 和 MatrixForm 的一个选项,指定以表格或矩阵格式显示的层的最大数目。
Notes
• TableForm[list, TableDepth -> n] 显示 list 中在层n以下的元素为普通列表,而不是以表格形式排列它们。 • 在缺省设置TableDepth -> Infinity下,尽可能多的层以表格形式显示。在TableForm中,显示层不必由相同列表结构的元素组成。而在MatrixForm中,它们必须那样。 • 参见 Mathematica 全书 : 节 2.8.8.
Further Examples
See the Further Examples for TableForm.
|