MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


  • Prev by Date: Mathematica 7 under Wine
  • Next by Date: How to Calculatelength of an Spline curve between two points?
  • Previous by thread: Re: Mathematica 7 under Wine
  • Next by thread: Re: Formatting Numeric Outpuit