Re: Combination List
- To: mathgroup at smc.vnet.net
- Subject: [mg77924] Re: Combination List
- From: dh <dh at metrohm.ch>
- Date: Wed, 20 Jun 2007 05:22:50 -0400 (EDT)
- References: <f55qci$k58$1@smc.vnet.net>
Hi Bruno, try: KSubsets from the package Combinatorica. hope this helps, Daniel Bruno Campanini wrote: > I know combinations of 4 elements taken 3 by 3 is 4, > that is Binomial[4,3] = 4 > How can I get the list: > 1 2 3 > 1 2 4 > 1 3 4 > 1 4 2 > > The same way I get permuations list from Permutations[{...}] > ??? > > Bruno >