<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% --> <!-- %% --> <!-- %A ctblmono.xml GAP documentation Thomas Breuer --> <!-- %A & Erzsébet Horváth --> <!-- %% --> <!-- %% --> <!-- %Y (C) 1998 School Math and Comp. Sci., University of St Andrews, Scotland --> <!-- %Y Copyright (C) 2002 The GAP Group --> <!-- %% -->
<Chapter Label="Monomiality Questions">
<Heading>Monomiality Questions</Heading>
This chapter describes functions dealing with the monomiality
of finite (solvable) groups and their characters.
<P/>
<#Include Label="[1]{ctblmono}">
<P/>
Several <E>examples</E> in this chapter use the symmetric group <M>S_4</M>
and the special linear group <M>SL(2,3)</M>.
For running the examples, you must first define the groups,
for example as follows.
<P/>
<Example><![CDATA[
gap> S4:= SymmetricGroup( 4 );; SetName( S4, "S4" );
gap> Sl23:= SL( 2, 3 );;
]]></Example>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Primitivity of Characters">
<Heading>Primitivity of Characters</Heading>
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.