On 3/5/11 1:14 PM, Rob Beezer wrote:
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]
If you're bringing up that method, I feel obligated to point out
http://trac.sagemath.org/sage_trac/ticket/2215
Jason
--
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