Combination List
- To: mathgroup at smc.vnet.net
- Subject: [mg77869] Combination List
- From: "Bruno Campanini" <BC at gmail.com>
- Date: Mon, 18 Jun 2007 07:09:40 -0400 (EDT)
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
- Follow-Ups:
- Re: Combination List
- From: Carl Woll <carlw@wolfram.com>
- Re: Combination List
- From: Sseziwa Mukasa <mukasa@jeol.com>
- Re: Combination List