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

SSL chap2_mj.html   Interaktion und
PortierbarkeitHTML

 
 products/Sources/formale Sprachen/GAP/pkg/permut/doc/chap2_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 (PERMUT) - Chapter 2: Installation and Help of the PERMUT 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="chap2"  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="chap4_mj.html">4</a>  <a href="chap5_mj.html">5</a>  <a href="chap6_mj.html">6</a>  <a href="chap7_mj.html">7</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="chap1_mj.html">[Previous Chapter]</a>    <a href="chap3_mj.html">[Next Chapter]</a>   </div>

<p id="mathjaxlink" class="pcenter"><a href="chap2.html">[MathJax off]</a></p>
<p><a id="X78FA2A627FAD92E6" name="X78FA2A627FAD92E6"></a></p>
<div class="ChapSects"><a href="chap2_mj.html#X78FA2A627FAD92E6">2 <span class="Heading">Installation and Help of the <strong class="pkg">PERMUT</strong> Package</span></a>
</div>

<h3>2 <span class="Heading">Installation and Help of the <strong class="pkg">PERMUT</strong> Package</span></h3>

<p>Since all functions of this package are written in the <strong class="pkg">GAP</strong> language, it is enough to unpack the archive file in a directory in the <code class="file">pkg</code> hierarchy of your <strong class="pkg">GAP</strong> 4 distribution. It has been tested on version 4.7.4 of <strong class="pkg">GAP</strong>.</p>

<p>The <strong class="pkg">PERMUT</strong> package requires that the package <strong class="pkg">Format</strong> <a href="chapBib_mj.html#biBEickWright03-FORMAT">[EW03]</a> be installed on the system, because it uses the functions <code class="func">PResidual</code> (<a href="../../../pkg/format/htm/CHAP003.htm"><span class="RefLink">FORMAT: PResidual</span></a>) and <code class="func">SystemNormalizer</code> (<a href="../../../pkg/format/htm/CHAP004.htm"><span class="RefLink">FORMAT: SystemNormalizer</span></a>) which are defined there. The <strong class="pkg">Format</strong> package can be downloaded from the <strong class="pkg">GAP</strong> web page (<span class="URL"><a href="https://www.gap-system.org">https://www.gap-system.org</a></span>).</p>

<p>The <strong class="pkg">PERMUT</strong> package can be loaded with</p>


<div class="example"><pre>
<span class="GAPprompt">gap></span> <span class="GAPinput">LoadPackage("permut");</span>
-----------------------------------------------------------------------------
Loading  FORMAT 1.4.3 (Formations of Finite Soluble Groups)
by Bettina Eick (http://www.iaa.tu-bs.de/beick) and
   Charles R.B. Wright (https://pages.uoregon.edu/wright/).
maintained by:
   Bettina Eick (http://www.iaa.tu-bs.de/beick) and
   The GAP Team (support@gap-system.org).
Homepage: https://gap-packages.github.io/format/
Report issues at https://github.com/gap-packages/format/issues
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
Loading  permut 2.0.4 (PERMUT: A package to deal with permutability in finite groups)
by Adolfo Ballester-Bolinches (Adolfo.Ballester@uv.es),
   Enric Cosme-Llópez (https://www.uv.es/coslloen), and
   Ramón Esteban-Romero (https://www.uv.es/estebanr).
maintained by:
   Ramón Esteban-Romero (https://www.uv.es/estebanr).
Homepage: https://gap-packages.github.io/permut/
Report issues at https://github.com/gap-packages/permut/issues
-----------------------------------------------------------------------------
true
</pre></div>

<p>Suggestions, comments, and bug reports can be sent to the email address <span class="URL"><a href="mailto:Ramon.Esteban@uv.es">Ramon.Esteban@uv.es</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="chap1_mj.html">[Previous Chapter]</a>    <a href="chap3_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="chap4_mj.html">4</a>  <a href="chap5_mj.html">5</a>  <a href="chap6_mj.html">6</a>  <a href="chap7_mj.html">7</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%


¤ Diese beiden folgenden Angebotsgruppen bietet das Unternehmen0.25Angebot  Wie Sie bei der Firma Beratungs- und Dienstleistungen beauftragen können  ¤

*Eine klare Vorstellung vom Zielzustand






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.