Formatting Numeric Outpuit
- To: mathgroup at smc.vnet.net
- Subject: [mg104782] Formatting Numeric Outpuit
- From: BenT <brtubb at pdmusic.org>
- Date: Tue, 10 Nov 2009 05:57:09 -0500 (EST)
Please consider these Mathematica 7 code Input lines: n1 = RandomReal[100, 10] n2 = NumberForm[n1, {3, 3}] Column[n2, Right] What I expected to get was "ignored", namely right aligned "arbitrary" numeric data with 3 digits to the right, and 3 digits to the left of the decimal point) formatted in a single column. How can this be achieved with any numeric list of data? --- Benjamin Tubb
- Follow-Ups:
- Re: Re: Formatting Numeric Outpuit
- From: DrMajorBob <btreat1@austin.rr.com>
- Re: Formatting Numeric Outpuit
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: Formatting Numeric Outpuit
- From: DrMajorBob <btreat1@austin.rr.com>
- Re: Formatting Numeric Outpuit
- From: Tomas Garza <tgarza10@msn.com>
- Re: Formatting Numeric Outpuit
- From: Patrick Scheibe <pscheibe@trm.uni-leipzig.de>
- Re: Re: Formatting Numeric Outpuit