MathGroup Archive 1996

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

Search the Archive

Re: How to get rid of the outer {}?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg5542] Re: How to get rid of the outer {}?
  • From: "David B. Wagner" <dbwagner at princon.com>
  • Date: Thu, 19 Dec 1996 01:02:36 -0500
  • Organization: Principia Consulting
  • Sender: owner-wri-mathgroup at wolfram.com

Zvi Wiener wrote:
> 
> Hi,
> 
> I wish to use a command like
> 
> Outer[ List, {0,1}, {0,1}, {0,1}, {0,1}]
> 
> but with 30 (or more) times {0,1} instead of four.
> I can easily generate such a list by Table[ {0,1}, {30}]
> however it has an additional {}.  How I can use this list
> in Outer?

Outer[List, Sequence@@Table[{0,1},{30}]]

-- 
		Dave Wagner
		Principia Consulting
		http://www.princon.com/princon/
		Tel: (500) PRN-CPIA


  • Prev by Date: Re: The << command on a Mac???
  • Next by Date: review of 3.0 in Window Sources
  • Previous by thread: Re: How to get rid of the outer {}?
  • Next by thread: Re: How to get rid of the outer {}?