MathGroup Archive 2010

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

Search the Archive

Re: coordinates on a single line of output corresponding to each

  • To: mathgroup at smc.vnet.net
  • Subject: [mg110561] Re: coordinates on a single line of output corresponding to each
  • From: Helen Read <hpr at together.net>
  • Date: Sat, 26 Jun 2010 03:08:22 -0400 (EDT)
  • References: <i025aj$sjr$1@smc.vnet.net>
  • Reply-to: HPR <read at math.uvm.edu>

On 6/25/2010 7:52 AM, Narasimham wrote:
> How to obtain
> data= Table[{u,v,u+v, u-v, u*v/10 },{u,0,4.5,.5}, {v,0,3.5,.5}]
> for 80 points on  80 separate lines ?     TIA

Column[Flatten[data, 1]]


-- 
Helen Read
University of Vermont


  • Prev by Date: Re: precedence for ReplaceAll?
  • Next by Date: Re: defining a function of functions
  • Previous by thread: Re: Display question
  • Next by thread: Re: coordinates on a single line of output corresponding to each