[sage-devel] Potential bug multiplying permutations from subgroups

2018-03-14 Thread Andrew
Is this me or is it a bug? sage: S3 = SymmetricGroup(3) sage: A3 = S3.subgroup([(1,2,3)]) : for x in S3: : print('{:>7}: left coset = {}'.format(x, [x*h for h in A3])) : print(' : right coset = {}'.format([h*x for h in A3])) : (): left coset = [(), (1,2,3), (1

Re: [sage-devel] Potential bug multiplying permutations from subgroups

2018-03-14 Thread Jeroen Demeyer
This is https://trac.sagemath.org/ticket/24612 -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send