MathGroup Archive 2009

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

Search the Archive

Re: Displaying results in a column

  • To: mathgroup at smc.vnet.net
  • Subject: [mg104906] Re: Displaying results in a column
  • From: Helen Read <hpr at together.net>
  • Date: Fri, 13 Nov 2009 05:52:34 -0500 (EST)
  • References: <hdgr97$jeq$1@smc.vnet.net>

AES wrote:
> I don't know if the following is legal or not or what dangers may lurk 
> within it, and I recognize that other more formal methods exist, but if 
> you just want to display a list (meaning the results from evaluating a 
> series of expressions in that list) as a series of individual lines, the 
> input syntax
> 
> {expr1, "\n"expr2, "\n"expr3, "\n"expr4, . . . }
> 
> seems to work just fine --  and could hardly be simpler to code.
> 

That seems a bit more effort than

Column[{expr1,expr2, ...}]

--
Helen Read
University of Vermont


  • Prev by Date: Re: a[n],b[n]
  • Next by Date: Re: Cumulative probability that random walk variable
  • Previous by thread: Re: Displaying results in a column
  • Next by thread: Re: Displaying results in a column