You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 22, 2022. It is now read-only.
In S7, the three following elements are computed with FastGoat by this way
a = (5 6 7) and b = (2 3)(4 5) and c = (1 2)(5 6)
and they are generating a non abelian group G of order 72 and they are respecting all the relations.
a^3 = b^2 = c^2 = 1
ab = (2 3)(4 5 6 7) then (ab)^4 = 1
bc = (1 2 3)(4 6 5) then (bc)^3 = 1
ac = (1 2)(6 7) and (ac)^2 = 1
I must review in depth many things.