MathGroup Archive 2007

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

Search the Archive

Re: Re: Help with formatting output

  • To: mathgroup at smc.vnet.net
  • Subject: [mg77739] Re: [mg77688] Re: Help with formatting output
  • From: "Thomas Dowling" <thomasgdowling at gmail.com>
  • Date: Fri, 15 Jun 2007 06:19:09 -0400 (EDT)
  • References: <200706140922.FAA06668@smc.vnet.net> <f4r5h1$btk$1@smc.vnet.net>

Hello, Diana,

On Mathematica try

TableForm[{Range[1, Length[list]], list}, TableDirections -> Row]

Or, to vary spacing,

TableForm[{Range[1, Length[list]], list}, TableDirections -> Row,
 TableSpacing -> {2, 2}]


TGD

On 6/15/07, Diana <diana.mecum at gmail.com> wrote:
>
> Tim,
>
> Thanks. Can you suggest a way to convert the two column output of this
> command to a text file, and eliminate the extra formatting characters?
>
> Diana
>
>
>



  • Prev by Date: Hyperlinks
  • Next by Date: Re: ParametricPlot3D between two curves
  • Previous by thread: Re: Help with formatting output
  • Next by thread: Re: Help with formatting output