By a utility function we mean a ⪆ function which is
<List>
<Item>
needed by other functions in this package,
</Item>
<Item>
not (as far as we know) provided by the standard &GAP; library,
</Item>
<Item>
more suitable for inclusion in the main library than in this package.
</Item>
</List>
Sections on <E>Printing Lists</E> and
<E>Distinct and Common Representatives</E>
were moved to the <Package>Utils</Package> package with version 2.56.
The following two functions have been moved to the
<Package>gpd</Package> package, but are still documented here.
<ManSection>
<Oper Name="InclusionMappingGroups"
Arg="G H" />
<Oper Name="MappingToOne"
Arg="G H" />
<Description>
This set of utilities concerns mappings.
The map <C>incd8</C> is the inclusion of <C>d8</C> in <C>d16</C>
used in Section <Ref Sect="sect-oper-mor" />.
<C>MappingToOne(G,H)</C> maps the whole of <M>G</M> to the identity element
in <M>H</M>.
</Description>
</ManSection>
<P/>
<Example>
<![CDATA[
gap> Print( incd8, "\n" );
[ (11,13,15,17)(12,14,16,18), (11,18)(12,17)(13,16)(14,15) ] ->
[ (11,13,15,17)(12,14,16,18), (11,18)(12,17)(13,16)(14,15) ]
gap> imd8 := Image( incd8 );;
gap> MappingToOne( c4, imd8 );
[ (11,13,15,17)(12,14,16,18) ] -> [ () ]
]]>
</Example>
<ManSection>
<Oper Name="InnerAutomorphismsByNormalSubgroup"
Arg="G N" />
<Description>
Inner automorphisms of a group <C>G</C>
by the elements of a normal subgroup <C>N</C> are calculated,
often with <C>G</C> = <C>N</C>.
</Description>
</ManSection>
<P/>
<Example>
<![CDATA[
gap> autd8 := AutomorphismGroup( d8 );;
gap> innd8 := InnerAutomorphismsByNormalSubgroup( d8, d8 );;
gap> GeneratorsOfGroup( innd8 );
[ ^(1,2,3,4), ^(1,3) ]
]]>
</Example>
<ManSection>
<Prop Name="IsGroupOfAutomorphisms"
Arg="A" />
<Description>
Tests whether the elements of a group are automorphisms.
</Description>
</ManSection>
<P/>
<Example>
<![CDATA[
gap> IsGroupOfAutomorphisms( innd8 );
true
]]>
</Example>
</Section>
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.