# Checker for L5(3)

# Orders from definition
chor 1 2
chor 2 5
mu 1 2 3
chor 3 11

# Fingerprints show that it suffices to
# check o(xyy) and o(xyyxyyy) to prove that we don't have
# a 2B element by mistake.
mu 3 2 4
chor 4 121
mu 4 2 5
mu 4 5 6
chor 6 3

# Alternatively, check first element is in 2A by the
# dihedral trick.
#pwr 4 3 4
#mu 2 2 5
#mu 4 5 6
#chor 6 80
#pwr 40 6 7
#mu 1 7 8
#chor 8 3


