Re: RE: Re: Is it possible to access internal variables?
- To: mathgroup at smc.vnet.net
- Subject: [mg34736] Re: [mg34725] RE: [mg34709] Re: [mg34705] Is it possible to access internal variables?
- From: BobHanlon at aol.com
- Date: Tue, 4 Jun 2002 03:41:47 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
In a message dated 6/3/02 3:12:04 AM, majort at cox-internet.com writes:
>ODDLY ENOUGH, when I tried to use NumberForm within TableForm, the
>result didn't display as a table, so I don't know how to show different
>columns of the table at different display precisions.
>
>QUESTION: Does anybody know how to do that?
TableForm[
Map[
NumberForm[#, {4, 3},
NumberPadding->{"", "0"}]&,
Table[Random[], {3}, {4}], {2}],
TableHeadings->{Automatic, Automatic}]
TableForm[
Table[
NumberForm[
Random[], {5, n},
NumberPadding->{"", "0"}],
{3}, {n, 4}],
TableHeadings->{Automatic, Automatic}]
Bob Hanlon
Chantilly, VA USA