/*
L2(27) presented on 3 generators.
a = \eta -> \eta + 1.
b = \eta -> w^2 \eta. (where w^3 + 2*w + 1 = 0 = (w^2)^3 + (w^2)^2 + w + 2.)
c = \eta -> -1 / \eta.
[ w is a primitive 26th root of unity in GF(27).]
*/
G:=Group;
M1:=sub;
M2:=sub;
M3:=sub;
M4:=sub;