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: [mg21292] Re: Q.) how can i merge LISTs.
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Wed, 22 Dec 1999 00:34:45 -0500 (EST)
  • Organization: Universitaet Leipzig
  • References: <83nfmh$5ce@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi

Join @@ IntegerDigits[{8,10},2,8]

?

Regards
  Jens


"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...


  • Prev by Date: Q: How to specify the port and the host in a MathLink-Program?
  • Next by Date: Re: Eigensystem applied to a unitary matrix crashes Mathematica 4.
  • Previous by thread: Re: Q.) how can i merge LISTs.
  • Next by thread: Re: Q.) how can i merge LISTs.