Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  chap1.html   Sprache: HTML

 
 products/sources/formale Sprachen/GAP/pkg/twistedconjugacy/doc/chap1.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>
<title>GAP (TwistedConjugacy) - Chapter 1: The TwistedConjugacy package</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.html">Top</a>  <a href="chap1.html">1</a>  <a href="chap2.html">2</a>  <a href="chap3.html">3</a>  <a href="chap4.html">4</a>  <a href="chap5.html">5</a>  <a href="chap6.html">6</a>  <a href="chap7.html">7</a>  <a href="chap8.html">8</a>  <a href="chap9.html">9</a>  <a href="chap10.html">10</a>  <a href="chapBib.html">Bib</a>  <a href="chapInd.html">Ind</a>  </div>

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

<p id="mathjaxlink" class="pcenter"><a href="chap1_mj.html">[MathJax on]</a></p>
<p><a id="X78FCE1F07D997CB7" name="X78FCE1F07D997CB7"></a></p>
<div class="ChapSects"><a href="chap1.html#X78FCE1F07D997CB7">1 <span class="Heading">The TwistedConjugacy package</span></a>
<div class="ContSect"><span class="tocline"><span class="nocss"> </span><a href="chap1.html#X8360C04082558A12">1.1 <span class="Heading">Installation</span></a>
</span>
</div>
<div class="ContSect"><span class="tocline"><span class="nocss"> </span><a href="chap1.html#X861ED1338181C66D">1.2 <span class="Heading">Loading</span></a>
</span>
</div>
<div class="ContSect"><span class="tocline"><span class="nocss"> </span><a href="chap1.html#X7A178B0587668C3E">1.3 <span class="Heading">Citing</span></a>
</span>
</div>
<div class="ContSect"><span class="tocline"><span class="nocss"> </span><a href="chap1.html#X7B689C0284AC4296">1.4 <span class="Heading">Support</span></a>
</span>
</div>
</div>

<h3>1 <span class="Heading">The TwistedConjugacy package</span></h3>

<p>This is the manual for the <strong class="pkg">GAP</strong> 4 package <strong class="pkg">TwistedConjugacy</strong> version 3.1.1, developed by Sam Tertooy.</p>

<p><a id="X8360C04082558A12" name="X8360C04082558A12"></a></p>

<h4>1.1 <span class="Heading">Installation</span></h4>

<p>If you are using <strong class="pkg">GAP</strong> version 4.15.0 or newer, then <strong class="pkg">TwistedConjugacy</strong> should be installed by default.</p>

<p>If this is not the case, but the <strong class="pkg">PackageManager</strong> package is installed and loaded, you can install <strong class="pkg">TwistedConjugacy</strong> from within a <strong class="pkg">GAP</strong> session using <code class="func">InstallPackage</code> (<a href="/home/runner/gap/pkg/packagemanager/doc/chap2.html#X81A6FF1B81D004BA"><span class="RefLink">PackageManager 2.1-1</span></a>).</p>


<div class="example"><pre>
<span class="GAPprompt">gap></span> <span class="GAPinput">InstallPackage( "TwistedConjugacy" );</span>
...
true
</pre></div>

<p>Alternatively, you can download <strong class="pkg">TwistedConjugacy</strong> as a .tar.gz archive <span class="URL"><a href="https://github.com/stertooy/TwistedConjugacy/releases/download/v3.1.1/TwistedConjugacy-3.1.1.tar.gz">here</a></span>. After extracting, you should place it in a suitable <code class="file">pkg</code> folder. For example, on a Debian-based Linux distribution (e.g. Ubuntu, Mint), you can place it in <code class="file">$HOME/.gap/pkg</code> (recommended) which makes it available for just yourself, or in the <strong class="pkg">GAP</strong> installation directory (<code class="file">gap-X.Y.Z/pkg</code>) which makes it available for all users.</p>

<p>You can use the following command to efficiently install the package for yourself:</p>


<div class="example"><pre>wget -qO - https://[...].tar.gz | tar xzf - --one-top-level=$HOME/.gap/pkg</pre></div>

<p><a id="X861ED1338181C66D" name="X861ED1338181C66D"></a></p>

<h4>1.2 <span class="Heading">Loading</span></h4>

<p>Once installed, loading <strong class="pkg">TwistedConjugacy</strong> can be done by using <code class="func">LoadPackage</code> (<a href="/home/runner/gap/doc/ref/chap76.html#X79B373A77B29D1F5"><span class="RefLink">ref 76.2-1</span></a>).</p>


<div class="example"><pre>
<span class="GAPprompt">gap></span> <span class="GAPinput">LoadPackage( "TwistedConjugacy" );</span>
...
true
</pre></div>

<p><a id="X7A178B0587668C3E" name="X7A178B0587668C3E"></a></p>

<h4>1.3 <span class="Heading">Citing</span></h4>

<p>If you use the <strong class="pkg">TwistedConjugacy</strong> package in your research, we would love to hear about your work via an email to the address <span class="URL"><a href="mailto:sam.tertooy@kuleuven.be">sam.tertooy@kuleuven.be</a></span>. If you have used the <strong class="pkg">TwistedConjugacy</strong> package in the preparation of a paper and wish to refer to it, please cite it as described below.</p>

<p>In BibTeX:</p>


<div class="example"><pre>
@misc{TC3.1.1,
    author =       {Tertooy, Sam},
    title =        {{TwistedConjugacy,
                    Computation with twisted conjugacy classes,
                    Version 3.1.1}},
    note =         {GAP package},
    year =         {2025},
    howpublished = {\url{https://stertooy.github.io/TwistedConjugacy}}
}</pre></div>

<p>In BibLaTeX:</p>


<div class="example"><pre>
@software{TC3.1.1,
    author =   {Tertooy, Sam},
    title =    {TwistedConjugacy},
    subtitle = {Computation with twisted conjugacy classes},
    version =  {3.1.1},
    note =     {GAP package},
    year =     {2025},
    url =      {https://stertooy.github.io/TwistedConjugacy}
}</pre></div>

<p><a id="X7B689C0284AC4296" name="X7B689C0284AC4296"></a></p>

<h4>1.4 <span class="Heading">Support</span></h4>

<p>If you encounter any problems, please submit them to the <span class="URL"><a href="https://github.com/stertooy/TwistedConjugacy/issues">issue tracker</a></span>. If you have any questions on the usage or functionality of <strong class="pkg">TwistedConjugacy</strong>, you may contact me via email at <span class="URL"><a href="mailto:sam.tertooy@kuleuven.be">sam.tertooy@kuleuven.be</a></span>.</p>

<p>Bugs in <strong class="pkg">GAP</strong>, in this package, or in any other package used directly or indirectly, may cause functions provided by <strong class="pkg">TwistedConjugacy</strong> to produce errors or incorrect results. To help detect such issues, you can enable internal checks by setting the variable <code class="code">TWC.ASSERT</code> to <code class="keyw">true</code>. Note that this will come at the cost of reduced performance.</p>

<p>For additional safety, you can enable <strong class="pkg">GAP</strong>'s built-in assertion features by calling SetAssertionLevel( lev ) (we recommend setting lev to 2) and, when working with PcpGroups, setting the variables CHECK_CENT@Polycyclic, CHECK_IGS@Polycyclic and CHECK_INTSTAB@Polycyclic to true.




<div class="chlinkprevnextbot"> <a href="chap0.html">[Top of Book]</a>   <a href="chap0.html#contents">[Contents]</a>    <a href="chap0.html">[Previous Chapter]</a>    <a href="chap2.html">[Next Chapter]</a>   </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="chap4.html">4</a>  <a href="chap5.html">5</a>  <a href="chap6.html">6</a>  <a href="chap7.html">7</a>  <a href="chap8.html">8</a>  <a href="chap9.html">9</a>  <a href="chap10.html">10</a>  <a href="chapBib.html">Bib</a>  <a href="chapInd.html">Ind</a>  </div>

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

100%


¤ Dauer der Verarbeitung: 0.14 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.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge