in gap system permutationmat of transitive group is [[0,1,0],[0,0,1],[1,0,0]]
how to find this result in sage software? TG = TransitiveGroup(3,3); TG.as_matrix_group() TG.as_matrix_group().as_permutation_group() On Thursday, June 23, 2016 at 2:44:39 PM UTC+8, Dima Pasechnik wrote: > > > > On Wednesday, June 22, 2016 at 9:33:26 AM UTC+1, meInvent bbird wrote: >> >> S3 = SU(3,3); >> S3.as_matrix_group() >> S3.as_permutation_group() >> >> sage: version() > 'SageMath version 7.3.beta4, Release Date: 2016-06-12' > sage: S3=SU(3,3) > sage: S3.as_matrix_group().as_permutation_group() > Permutation Group with generators > [(3,4,6,10,12,18,19,23)(5,8,13,20,17,11,16,7)(9,14,21,15,22,24,26,28)(25,27), > (1,2,3,5,9,15,16,18)(4,7,12,19,24,27,26,23)(6,11,17,13,8,10,14,21)(20,25)] > sage: > > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
