MathGroup Archive 2004

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

Search the Archive

Re: S_4 elements

  • To: mathgroup at smc.vnet.net
  • Subject: [mg48434] Re: [mg48408] S_4 elements
  • From: Murray Eisenberg <murray at math.umass.edu>
  • Date: Sat, 29 May 2004 03:06:56 -0400 (EDT)
  • Organization: Mathematics & Statistics, Univ. of Mass./Amherst
  • References: <200405280450.AAA18448@smc.vnet.net>
  • Reply-to: murray at math.umass.edu
  • Sender: owner-wri-mathgroup at wolfram.com

    << DiscreteMath`Combinatorica`

    ToCycles /@ Permutations @ Range[4]

Or, more wordy version of the preceding input:

    Map[ToCycles, Permutations[Range[4]]]


Jorge Luis Llanio wrote:

> Hi everybody in the list!
> 
> please, I need the listing of the symmetric S_4 group elements, ex.:
> 
> (1)(2)(3)(4);  (1234); (12)(34), etc      a total of 4! = 24 elements
> 
> 
> Thank you very much in advance,   Jorge
> 
> 

-- 
Murray Eisenberg                     murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower      phone 413 549-1020 (H)
University of Massachusetts                413 545-2859 (W)
710 North Pleasant Street            fax   413 545-1801
Amherst, MA 01003-9305


  • References:
  • Prev by Date: Number of roots from Solve?
  • Next by Date: RE: how can I solve a function Erfc
  • Previous by thread: S_4 elements
  • Next by thread: Re: S_4 elements