I want to input an element of Sn
with SymmetricGroup()
,for example, I know
SymmetricGroup(5)((1,2,3))
is the element (1,2,3)
in S5
,however, I do not know how to input something like (1,2)(3,4)
using SymmetricGroup()
1 | initial version |
I want to input an element of Sn
with SymmetricGroup()
,for example, I know
SymmetricGroup(5)((1,2,3))
is the element (1,2,3)
in S5
,however, I do not know how to input something like (1,2)(3,4)
using SymmetricGroup()