MathGroup Archive 2007

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

Search the Archive

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


  • Prev by Date: Three problems with V. 6.0
  • Next by Date: Copy and cut is unable
  • Previous by thread: Wish for undo feature applied to Format -> Style
  • Next by thread: Re: Combination List