How to represent and calculate the product of non disjoint cycles in SageMath
Ex: Permutation("(3,5)(1,2)(2,5)(1,4)")
How do you do that in Sagemath.
add a comment