- #1
thesandbox
- 10
- 0
Homework Statement
How many ways can you color the edges of a hexagon in two colors? It is assumed two colorings are identical if there is a way to flip or rotate the hexagon.
Homework Equations
Orbit Stabilizer Lemma and Burnside's Lemma
The Attempt at a Solution
This, implements the Orbit Stabilizer Lemma and Burnside's Lemma (think necklace permutations) however, is there anything special or different to computing this because you are now dealing with the faces/edges rather than the vertices (or beads of a necklace)?
Thanks.