Homepage › Solution manuals › David S. Dummit › Abstract Algebra › Exercise 4.3.7 (Representatives of the conjugacy classes in $S_n$ for $n = 3,4,\ldots,7$)
Exercise 4.3.7 (Representatives of the conjugacy classes in $S_n$ for $n = 3,4,\ldots,7$)
For and make lists of the partition of and give representatives for the corresponding classes of .
Answers
Representatives for the conjugacy classes of .
-
:
-
:
- is treated in the text p. 127
-
:
-
:
With Sagemath:
sage: Partitions(7).list() [[7], [6, 1], [5, 2], [5, 1, 1], [4, 3], [4, 2, 1], [4, 1, 1, 1], [3, 3, 1], [3, 2, 2], [3, 2, 1, 1], [3, 1, 1, 1, 1], [2, 2, 2, 1], [2, 2, 1, 1, 1], [2, 1, 1, 1, 1, 1], [1, 1, 1, 1, 1, 1, 1]]
2026-02-03 11:11