[GAP Forum] normalizer of the identity symmetric group

Anvita anvita21 at usa.com
Tue May 2 02:47:48 BST 2006


Dear Forum,

This is probably trivial again,
but still I thought I should report it.

All is fine when I do the following:
------------------------
gap> G:=Group(());
Group(())
gap> N:=Normalizer(G,G);
Group(())
gap>
------------------------

However, a similar program makes GAP break:
-----------------------------------------------------------------------------
gap> S:=SymmetricGroup(1);
Sym( [  ] )
gap> N:=Normalizer(S,S);
Error, usage: Group(<gen>,...), Group(<gens>), Group(<gens>,<id>) called from
Group( pg ) called from
NormalizerParentSA( G, U ) called from
oper( super, sub ) called from
<function>( <arguments> ) called from read-eval-loop
Entering break read-eval-print loop ...
you can 'quit;' to quit to outer loop, or
you can 'return;' to continue
brk>
-----------------------------------------------------------------------------

Why?

Anvita


-- 
___________________________________________________
Play 100s of games for FREE! http://games.mail.com/




More information about the Forum mailing list