How to get rid of the outer {}?
- To: mathgroup at smc.vnet.net
- Subject: [mg5507] How to get rid of the outer {}?
- From: Zvi Wiener <mswiener at pluto.mscc.huji.ac.il>
- Date: Sat, 14 Dec 1996 19:26:08 -0500
- Organization: Hebrew University of Jerusalem
- Sender: owner-wri-mathgroup at wolfram.com
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? Thank you in adavnce, Zvi Wiener