Hi,

Just consider the following group

sage: G = SymmetricGroup(1)
sage: G
Symmetric group of order 1! as a permutation group

What must be standard generators for it ? For now it is the family
consisting of the identity...

sage: G.gens()
Family ((),)

But I would prefer an empty family as gap does (because an empty
product is the identity element of the group)...

gap> gap> G := SymmetricGroup(1);
Sym( [  ] )
gap> GeneratorsOfGroup(G);
[  ]

Won't you ?

Cheers,
Vincent

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To post to this group, send email to sage-combinat-de...@googlegroups.com.
To unsubscribe from this group, send email to 
sage-combinat-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.

Reply via email to