Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 91213ddcfbe7f54821d42c2d9e091326 > files > 2558

gap-system-packages-4.4.12-5mdv2010.0.i586.rpm

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>GAP (repsn) - Chapter 1: Introduction</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="generator" content="GAPDoc2HTML" />
<link rel="stylesheet" type="text/css" href="manual.css" />
</head>
<body>


<div class="chlinktop"><span class="chlink1">Goto Chapter: </span><a href="chap0.html">Top</a>  <a href="chap1.html">1</a>  <a href="chap2.html">2</a>  <a href="chap3.html">3</a>  <a href="chapBib.html">Bib</a>  <a href="chapInd.html">Ind</a>  </div>

<div class="chlinkprevnexttop">&nbsp;<a href="chap0.html">Top of Book</a>&nbsp;  &nbsp;<a href="chap0.html">Previous Chapter</a>&nbsp;  &nbsp;<a href="chap2.html">Next Chapter</a>&nbsp;  </div>

<p><a id="X7DFB63A97E67C0A1" name="X7DFB63A97E67C0A1"></a></p>
<div class="ChapSects"><a href="chap1.html#X7DFB63A97E67C0A1">1 <span class="Heading">Introduction</span></a>
</div>

<h3>1 <span class="Heading">Introduction</span></h3>

<p>This manual describes the <strong class="pkg">Repsn</strong> package for computing matrix representations in characteristic zero of finite groups. Most of the functions in <strong class="pkg">Repsn</strong> have been written according to the algorithm described in the author's Ph.D thesis <a href="chapBib.html#biBDab-03">[Dab-03]</a> and <a href="chapBib.html#biBDD-08">[DD-08]</a> (see <a href="chapBib.html#biBDab-05">[Dab-05]</a>).</p>

<p>For constructing representations of simple groups and their covers we use the algorithm described in <a href="chapBib.html#biBDix-93">[Dix-93]</a>. To use this algorithm for constructing a representation of a group G affording an irreducible character chi of G, we need to have a subgroup H of G such that the restriction of chi to H has a linear constituent with multiplicity one. In this case we say H is a <em>character subgroup</em> relative to chi (or a chi-subgroup). A chi-subgroup for each irreducible character chi of degree less than 100 of simple groups and their covers are listed in <a href="chapBib.html#biBDab-06">[Dab-06]</a> and <a href="chapBib.html#biBDab-07">[Dab-07]</a>.</p>

<p>All <strong class="pkg">Repsn</strong> functions are written entirely in the <strong class="pkg">GAP</strong> language. It is proved in <a href="chapBib.html#biBDab-05">[Dab-05]</a> and <a href="chapBib.html#biBDD-08">[DD-08]</a> that the algorithm is correct for any group with a character of degree less than 100. Indeed, if the group is solvable, there is no restriction on the character degree. In practice the program is quite fast when the degree is small, but can be very slow when it is necessary to call one of the subprograms which extend irreducible representations. In the latter case the number of element wise operations required to extend a representation of degree d is proportional to d^6.</p>

<p><strong class="pkg">Repsn</strong> is implemented in the <strong class="pkg">GAP</strong> language, and runs on any system supporting <strong class="pkg">GAP</strong>4. The <strong class="pkg">Repsn</strong> package is loaded into the current <strong class="pkg">GAP</strong> session with the command</p>


<pre class="normal">
 gap&gt; LoadPackage( "repsn" ); 
</pre>

<p>(see section <em>Loading a GAP Package</em> in the <strong class="pkg">GAP</strong> Reference Manual). One could install the <strong class="pkg">Repsn</strong> package on <strong class="pkg">GAP</strong>4.3. In this case it is loaded with the command</p>


<pre class="normal">
 gap&gt; RequirePackage( "repsn" ); 
</pre>

<p><strong class="pkg">Repsn</strong> has been developed by<br /></p>

<p>Vahid Dabbaghian<br /> Department of Mathematics<br /> Simon Fraser University<br /> Burnaby, British Columbia,<br /> V5A 1S6 Canada.<br /> e-mail: vdabbagh@sfu.ca<br /></p>

<p>Please send bug reports, suggestions and other comments to this e-mail address.</p>


<div class="chlinkprevnextbot">&nbsp;<a href="chap0.html">Top of Book</a>&nbsp;  &nbsp;<a href="chap0.html">Previous Chapter</a>&nbsp;  &nbsp;<a href="chap2.html">Next Chapter</a>&nbsp;  </div>


<div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a href="chap0.html">Top</a>  <a href="chap1.html">1</a>  <a href="chap2.html">2</a>  <a href="chap3.html">3</a>  <a href="chapBib.html">Bib</a>  <a href="chapInd.html">Ind</a>  </div>

<hr />
<p class="foot">generated by <a href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc">GAPDoc2HTML</a></p>
</body>
</html>