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

Quelle  chap1_mj.html   Sprache: HTML

 
 products/Sources/formale Sprachen/GAP/pkg/crime/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 (crime) - 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="chapA_mj.html">A</a>  <a href="chapB_mj.html">B</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 class="ContSect"><span class="tocline"><span class="nocss"> </span><a href="chap1_mj.html#X86C437C47F3988E8">1.1 <span class="Heading">Installation and Loading</span></a>
</span>
</div>
<div class="ContSect"><span class="tocline"><span class="nocss"> </span><a href="chap1_mj.html#X83499FE181F08DC9">1.2 <span class="Heading">For Further Information</span></a>
</span>
</div>
</div>

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

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

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

<p>Like other <strong class="pkg">GAP</strong> packages, you download and unpack this package into <strong class="pkg">GAP</strong>'s pkg directory. For example, if you were running GAP on some machine with a Unix-based operating system and GAP were installed in the directory /usr/local/gap then you would do the following to install CRIME.




<div class="example"><pre>
$ cd /usr/local/gap/pkg
$ su
% wget https://github.com/gap-packages/crime/releases/download/v1.5/crime-1.6.tar.gz
% tar xvzf crime-1.6.tar.gz

</pre></div>

<p>In this situation, users would load the package with the <code class="keyw">LoadPackage</codecommand.</p>


<div class="example"><pre>
$ gap
<span class="GAPprompt">gap></span> <span class="GAPinput">LoadPackage("crime");</span>

</pre></div>

<p>Users not having root access, using someone else's computer, or having bad relationships with their network administrators, could install the package into their home directories or into some other writable directory such as /tmp and load the package as follows.




<div class="example"><pre>
$ mkdir /tmp/pkg
$ cd /tmp/pkg
% wget https://github.com/gap-packages/crime/releases/download/v1.5/crime-1.6.tar.gz
$ tar xvzf crime-1.6.tar.gz
$ gap -l ';/tmp'
<span class="GAPprompt">gap></span> <span class="GAPinput">LoadPackage("crime");</span>
</pre></div>

<p>Even simpler, users can simply install the package in the <code class="keyw">~/.gap</code> directory as follows.</p>


<div class="example"><pre>
$ mkdir -p ~/.gap/pkg
$ cd ~/.gap/pkg
% wget https://github.com/gap-packages/crime/releases/download/v1.5/crime-1.6.tar.gz
% tar xvzf crime-1.6.tar.gz
$ gap
<span class="GAPprompt">gap></span> <span class="GAPinput">LoadPackage("crime");</span>
</pre></div>

<p>Finally, it would be a good idea to run the test file to confirm that all the functions work properly. This can be accomplished as follows.</p>


<div class="example"><pre>
<span class="GAPprompt">gap></span> <span class="GAPinput">ReadPackage("crime""tst/testall.g");</span>
</pre></div>

<p>You can count yourself lucky if <strong class="pkg">GAP</strong> doesn't complain about anything. There is also a longer running test file for those having ample free time described in Appendix B.



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

<h4>1.2 <span class="Heading">For Further Information</span></h4>

<p>The file <code class="keyw">doc/example.*</code> contains the step-by-step <strong class="pkg">CRIME</strong> calculation of the cohomology ring of the quaternion group. The file <code class="keyw">doc/explanation.*</code> contains a theoretical description of how the package calculates the various cohomology products. Users wishing to read the source code can print all the programs in the <code class="keyw">gap</code> directory with the program <code class="keyw">gap/print.pl</code> which should be executed in the <code class="keyw">gap</code> directory.</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="chapA_mj.html">A</a>  <a href="chapB_mj.html">B</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.5 Sekunden  ¤

*© 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.