I am glad that it worked! I was suggesting something different though (without going through `M`)
libgap.Permutation([[1,1],[0,1]], C, libgap.OnRight)
The reason why your version works is that there is a conversion `SageMath -> GAP` implemented for the space of matrices `M`. But not for the group `G`. (I am using 9.1.beta9 which is not a released version)
↧