MathGroup Archive 2007

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

Search the Archive

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

> 




  • Prev by Date: Locator in Graphics3D
  • Next by Date: Re: MatrixPlot: frame ticks starting with 0?
  • Previous by thread: Re: Combination List
  • Next by thread: Re: Combination List