MathGroup Archive 2012

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

Search the Archive

Re: silly question on formatting tables

  • To: mathgroup at smc.vnet.net
  • Subject: [mg129105] Re: silly question on formatting tables
  • From: Benjamin Hell <hellben at gmx.de>
  • Date: Sat, 15 Dec 2012 05:51:30 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net

Mapping NumberForm on the second level is one option:

Map[NumberForm[#, 3] & , {{0, 0, 1.19092}, {0.883038, 0, 0.366804}, {0, 0, 0}}, {2}] // MatrixForm



  • Prev by Date: Re: silly question on formatting tables
  • Next by Date: Re: Problem with PlotLegends
  • Previous by thread: Re: silly question on formatting tables
  • Next by thread: Re: silly question on formatting tables