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: [mg21303] Re: Q.) how can i merge LISTs.
  • From: "Drago Ganic" <drago.ganic at in2.hr>
  • Date: Wed, 22 Dec 1999 00:34:53 -0500 (EST)
  • Organization: HiNet
  • References: <83nfmh$5ce@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Apply [Sequence, bitform, 1]

Greetings from Croatia,
Drago Ganic

B.S. Sohn <dulyson at chollian.net> wrote in message news:83nfmh$5ce at smc.vnet.net...
> 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...
> 
> 
> 
> 
> 
> 
> 



  • Prev by Date: Re: BarChart problem
  • Next by Date: from Graphics3D to 2D
  • Previous by thread: Re: Q.) how can i merge LISTs.
  • Next by thread: Re: Q.) how can i merge LISTs.