MathGroup Archive 2007

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

Search the Archive

Re: Combination List

  • To: mathgroup at smc.vnet.net
  • Subject: [mg77964] Re: Combination List
  • From: David Cardon <cardon at math.byu.edu>
  • Date: Wed, 20 Jun 2007 05:43:58 -0400 (EDT)

Is this what you have in mind?

In[1]:= Union[Map[Sort, Permutations[Range[4], {3}]]]

Out[1]= {{1, 2, 3}, {1, 2, 4}, {1, 3, 4}, {2, 3, 4}}


  • Prev by Date: Problem with PlotLegend in Mathematica 6.0
  • Next by Date: Mathematica 6.0 dynamic display of lists of complex numbers.
  • Previous by thread: Re: Combination List
  • Next by thread: Re: Combination List