Re: Re: Cartesian product of n sets of lists
- To: mathgroup at smc.vnet.net
- Subject: [mg5952] Re: [mg5912] Re: [mg5860] Cartesian product of n sets of lists
- From: "Seth J. Chandler" <SChandler at uh.edu>
- Date: Wed, 5 Feb 1997 21:11:43 -0500
- Organization: University of Houston Law Center
- Sender: owner-wri-mathgroup at wolfram.com
You could also try Distribute[List[{{a,b,c},{d,e,f}},{{1,2,3},{4,5,6}}],List]. This works in MMa 2.2 and does not rely on any undocumented features.