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: [mg104953] Re: Displaying results in a column
  • From: Ray Koopman <koopman at sfu.ca>
  • Date: Sun, 15 Nov 2009 05:53:43 -0500 (EST)
  • References: <hdjdtk$b1r$1@smc.vnet.net> <hdlked$hmh$1@smc.vnet.net>

On Nov 13, 10:58 pm, AES <sieg... at stanford.edu> wrote:
> In article <hdjdtk$b1... at smc.vnet.net>, Bob Hanlon <hanl... at cox.net>
> wrote:
>> {expr1, expr2, ...} // Column
>>
>> seems simpler
>
> Have to agree with the several responses that suggested this.
>
> (I was just surprised that    "/n"expr    seemed to be a legal
> construct in a  list -- if in fact it is.

It's legal, but "\n" and expri may be reordered:

In[1]:=
{1,"\n"2,"\n"3,"\n"4}

Out[1]=
{1,2
,3
,4
}


  • Prev by Date: NDSolve problem
  • Next by Date: Re: Complex solutions to simple
  • Previous by thread: Re: Displaying results in a column
  • Next by thread: Re: Displaying results in a column