Dear all, I can write
sage: G = PermutationGroup([('a', 'b'), ('c', 'd')]) but not sage: P = Permutation([('a', 'b'), ('c', 'd')]) nor sage: P = PermutationGroupElement([('a', 'b'), ('c', 'd')]) What is the nicest way to create this permutation in one line, other than going for a Sage dictionary? Also, is there any reason the above constructions don't work, or are they simply not implemented yet? Cheers, Stefan. -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org