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: [mg21321] Re: [mg21284] Q.) how can i merge LISTs.
  • From: Maarten.vanderBurgt at icos.be
  • Date: Fri, 24 Dec 1999 03:42:26 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi B.S.

In[7]:=
Flatten[{{0, 0, 0, 0, 1, 0, 0, 0}, {0, 0, 0, 0, 1, 0, 1, 0}}]
Out[7]=
{0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0}

does what you want

Maarten





"B.S. Sohn" <dulyson at chollian.net> on 21-12-99 09:47:03 AM


Subject: [mg21321]  [mg21284] Q.) how can i merge LISTs.




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: BarChart3D with labels
  • Next by Date: Re: Re: serie of random number
  • Previous by thread: Re: Q.) how can i merge LISTs.
  • Next by thread: BarChart problem