MathGroup Archive 1999

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

Search the Archive

Re: Q.) how can i merge LISTs.

  • To: mathgroup at smc.vnet.net
  • Subject: [mg21296] Re: Q.) how can i merge LISTs.
  • From: Harald Giese <giese at dkrz.de>
  • Date: Wed, 22 Dec 1999 00:34:49 -0500 (EST)
  • Organization: Institut fuer Meereskunde, Universitaet Hamburg
  • References: <83nfmh$5ce@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

"B.S. Sohn" wrote:
> 
> In[83]:=
> bitform = IntegerDigits[{8, 10}, 2, 8]
> 
> Out[83]=
> {{0, 0, 0, 0, 1, 0, 0, 0}, {0, 0, 0, 0, 1, 0, 1, 0}}
> 
> I want to get rid of internal List form...
> 
> I will got a answer " {0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0}
> 
> How can I operate...


Flatten[bitform] will do the job.
/Harald

 
--- This message was entirely written using recycled electrons ---

Harald Giese
Email: giese at dkrz.de
Phone: +49 (0)40 42838 5796; Fax: +49 (0)40 5605724
Institut fuer Meereskunde der Universitaet Hamburg
(Institute of Oceanography of the University of Hamburg)
Troplowitzstrasse 7, D-22529 Hamburg


  • Prev by Date: from Graphics3D to 2D
  • Next by Date: Re: Polar(List)DensityPlot
  • Previous by thread: Re: Q.) how can i merge LISTs.
  • Next by thread: Re: Q.) how can i merge LISTs.