Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/repsn/doc/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 22.0.2024 mit Größe 5 kB image not shown  

Quelle  chap1_mj.html   Sprache: HTML

 
 products/Sources/formale Sprachen/GAP/pkg/repsn/doc/chap1_mj.html


<?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>
<script type="text/javascript"
  src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<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" />
<script src="manual.js" type="text/javascript"></script>
<script type="text/javascript">overwriteStyle();</script>
</head>
<body class="chap1"  onload="jscontent()">


<div class="chlinktop"><span class="chlink1">Goto Chapter: </span><a href="chap0_mj.html">Top</a>  <a href="chap1_mj.html">1</a>  <a href="chap2_mj.html">2</a>  <a href="chap3_mj.html">3</a>  <a href="chapBib_mj.html">Bib</a>  <a href="chapInd_mj.html">Ind</a>  </div>

<div class="chlinkprevnexttop"> <a href="chap0_mj.html">[Top of Book]</a>   <a href="chap0_mj.html#contents">[Contents]</a>    <a href="chap0_mj.html">[Previous Chapter]</a>    <a href="chap2_mj.html">[Next Chapter]</a>   </div>

<p id="mathjaxlink" class="pcenter"><a href="chap1.html">[MathJax off]</a></p>
<p><a id="X7DFB63A97E67C0A1" name="X7DFB63A97E67C0A1"></a></p>
<div class="ChapSects"><a href="chap1_mj.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 [DA03] and [DD10] (see [DA05]).



<p>For constructing representations of simple groups and their covers we use the algorithm described in <a href="chapBib_mj.html#biBDix-93">[Dix93]</a>. To use this algorithm for constructing a representation of a group <span class="SimpleMath">\(G\)</span> affording an irreducible character <span class="SimpleMath">\(\chi\)</span> of <span class="SimpleMath">\(G\)</span>, we need to have a subgroup <span class="SimpleMath">\(H\)</span> of <span class="SimpleMath">\(G\)</span> such that the restriction of <span class="SimpleMath">\(\chi\)</span> to <span class="SimpleMath">\(H\)</span> has a linear constituent with multiplicity one. In this case we say <span class="SimpleMath">\(H\)</span> is a <em>character subgroup</em> relative to <span class="SimpleMath">\(\chi\)</span> (or a <span class="SimpleMath">\(\chi\)</span>-subgroup). A <span class="SimpleMath">\(\chi\)</span>-subgroup for each irreducible character <span class="SimpleMath">\(\chi\)</span> of degree less than 100 of simple groups and their covers are listed in <a href="chapBib_mj.html#biBDab-06">[DA06]</a> and <a href="chapBib_mj.html#biBDab-07">[DA07]</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_mj.html#biBDab-05">[DA05]</a> and <a href="chapBib_mj.html#biBDD-10">[DD10]</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 <span class="SimpleMath">\(d\)</span> is proportional to <span class="SimpleMath">\(d^6\)</span>.</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 thcommand</p>


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

<p>(see section <em>Loading a GAP Package</em> in the <strong class="pkg">GAP</strong> Reference Manual).</p>

<p>Please report any bugs or other issues you might encounter via the <strong class="pkg">Repsn</strong> issue tracker at <span class="URL"><a href="https://github.com/gap-packages/repsn/issues">https://github.com/gap-packages/repsn/issues</a></span>.</p>


<div class="chlinkprevnextbot"> <a href="chap0_mj.html">[Top of Book]</a>   <a href="chap0_mj.html#contents">[Contents]</a>    <a href="chap0_mj.html">[Previous Chapter]</a>    <a href="chap2_mj.html">[Next Chapter]</a>   </div>


<div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a href="chap0_mj.html">Top</a>  <a href="chap1_mj.html">1</a>  <a href="chap2_mj.html">2</a>  <a href="chap3_mj.html">3</a>  <a href="chapBib_mj.html">Bib</a>  <a href="chapInd_mj.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>

100%


¤ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

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.