MathGroup Archive 1999

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

Search the Archive

Q.) how can i merge LISTs.

  • To: mathgroup at smc.vnet.net
  • Subject: [mg21284] Q.) how can i merge LISTs.
  • From: "B.S. Sohn" <dulyson at chollian.net>
  • Date: Tue, 21 Dec 1999 03:47:03 -0500 (EST)
  • Organization: Dacom
  • Sender: owner-wri-mathgroup at wolfram.com

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: Mathematica Tips, Tricks Updated
  • Next by Date: Re: text erases parts of graphics
  • Previous by thread: Mathematica Tips, Tricks Updated
  • Next by thread: Re: Q.) how can i merge LISTs.