TableForm options test
- To: mathgroup at smc.vnet.net
- Subject: [mg112889] TableForm options test
- From: AES <siegman at stanford.edu>
- Date: Tue, 5 Oct 2010 05:33:03 -0400 (EDT)
A test on TableForm options: (for readers, and for Mathematica)
(a) Enter the following Input cells:
test={{a,b,c},{d,e,f}}
SetOptions[TableForm,TableSpacing->{2,5}]
Options[TableForm]
test//TableForm
TableForm[test]
Print[test//TableForm]
Print[TableForm[test]]
(b) Before executing them, make an immediate off-the-cuff prediction as
to the spacings that will result from each of the last four cells;
(c) Read the Helps for TableForm and TableSpacing (and maybe
SetOptions) through the "More Information" sections of each and see if
it changes your prediction;
(d) Execute the cells.