MathGroup Archive 2006

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

Search the Archive

Output Table Format Change

  • To: mathgroup at smc.vnet.net
  • Subject: [mg66652] Output Table Format Change
  • From: "Narasimham" <mathma18 at hotmail.com>
  • Date: Fri, 26 May 2006 04:17:02 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Is there a command   for  removal of  brackets  automatically from
output ?

tbl = Table[ N[ {Sin[u+v],Cos[u-v]}],{u,0, Pi,Pi/6},{v,0, Pi,Pi/6}] ;

ListPlot[tb,PlotJoined->True,AspectRatio->Automatic];

tb is same as tbl from which extra curly brackets {  } are manually
removed. (tbl output  is deleted here). 

Thanks in advance.


  • Prev by Date: Differential equations
  • Next by Date: Re: Re: help!!
  • Previous by thread: Re: Differential equations
  • Next by thread: Re: Output Table Format Change