On Mar 5, 3:34 am, Volker Braun <vbraun.n...@gmail.com> wrote:
>  Though it would be nice if they could be merged :-)

+1, and I think that was KDC's suggestion above.  For example:

sage: g = PermutationGroupElement([1,3,2])
sage: g.matrix()
[1 0 0]
[0 0 1]
[0 1 0]

sage: c = Permutation([1,3,2])
sage: c.to_matrix()
[1 0 0]
[0 0 1]
[0 1 0]

I'll likely experiment with adding an inverse() method for permutation
group elements.

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to