What is the list of all elements of the Weyl group of type $C_3$ in terms of simple refletions $s_1, s_2, s_3$? There are 48 elements in the group. Thank you very much.
2026-03-26 01:04:41.1774487081
On
List of all elements of the Weyl group of type $C_3$.
340 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
Besides to the above codes generating the group, you may consult GAP to write the elements in a reduced form as follows:
gap> SetReducedMultiplication(G);;
AssignGeneratorVariables(G);;
S:=Subgroup(G,[G.1,G.2,G.3]);;
Elements(S);
[ <identity ...>, s^-1, r^-1*s^-1*r^-1*t^-1*s^-1*r^-1*t^-1*s^-1*t^-1,
s^-1*r^-1, r^-1*s^-1*r^-1*t^-1*s^-1*r^-1*t^-1*s^-1, s^-1*t^-1*s^-1*t^-1,
r^-1*s^-1*t^-1*s^-1*r^-1*t^-1*s^-1*t^-1, r^-1,
r^-1*s^-1*t^-1*s^-1*r^-1*t^-1*s^-1, t^-1*s^-1*t^-1,
r^-1*t^-1*s^-1*r^-1*t^-1*s^-1*t^-1, t^-1, r^-1*s^-1*t^-1*s^-1*r^-1,
r^-1*s^-1, r^-1*t^-1*s^-1*r^-1*t^-1*s^-1, r^-1*s^-1*r^-1*t^-1*s^-1*t^-1,
r^-1*s^-1*t^-1*s^-1*r^-1*t^-1, s^-1*r^-1*t^-1*s^-1*r^-1*t^-1*s^-1*t^-1,
s^-1*t^-1, r^-1*s^-1*r^-1*t^-1*s^-1*r^-1, r^-1*s^-1*r^-1,
s^-1*r^-1*t^-1*s^-1*r^-1*t^-1*s^-1, r^-1*s^-1*t^-1*s^-1*t^-1,
r^-1*s^-1*r^-1*t^-1*s^-1*r^-1*t^-1, s^-1*t^-1*s^-1*r^-1*t^-1*s^-1*t^-1,
s^-1*r^-1*t^-1, t^-1*s^-1*r^-1, s^-1*t^-1*s^-1,
s^-1*t^-1*s^-1*r^-1*t^-1*s^-1, r^-1*t^-1*s^-1*t^-1, t^-1*s^-1*r^-1*t^-1,
t^-1*s^-1*r^-1*t^-1*s^-1*t^-1, r^-1*t^-1, s^-1*t^-1*s^-1*r^-1, t^-1*s^-1,
t^-1*s^-1*r^-1*t^-1*s^-1, s^-1*r^-1*t^-1*s^-1*t^-1,
s^-1*t^-1*s^-1*r^-1*t^-1, r^-1*s^-1*t^-1, s^-1*r^-1*t^-1*s^-1*r^-1,
r^-1*s^-1*r^-1*t^-1*s^-1, s^-1*r^-1*t^-1*s^-1*r^-1*t^-1,
r^-1*s^-1*r^-1*t^-1, r^-1*t^-1*s^-1*r^-1, r^-1*s^-1*t^-1*s^-1,
r^-1*t^-1*s^-1*r^-1*t^-1, r^-1*t^-1*s^-1, s^-1*r^-1*t^-1*s^-1 ]