Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 5e1854624d3bc613bdd0dd13d1ef9ac7 > files > 2812

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

<html><head><title>[Radiroot] 4 Installation</title></head>
<body text="#000000" bgcolor="#ffffff">
[<a href = "chapters.htm">Up</a>] [<a href ="CHAP003.htm">Previous</a>] [<a href = "theindex.htm">Index</a>]
<h1>4 Installation</h1><p>
<P>
<H3>Sections</H3>
<oL>
<li> <A HREF="CHAP004.htm#SECT001">Getting and Installing this Package</a>
<li> <A HREF="CHAP004.htm#SECT002">Loading and Testing the Package</a>
<li> <A HREF="CHAP004.htm#SECT003">Additional Requirements</a>
</ol><p>
<p>
<p>
<h2><a name="SECT001">4.1 Getting and Installing this Package</a></h2>
<p><p>
This package is available at
<p>
<pre>
http://www.icm.tu-bs.de/ag_algebra/software/distler/radiroot
</pre>
<p>
in form of a gzipped tar-archive. For installation instructions see
Chapter&nbsp;<a href="badlink:ref:Installing a GAP Package">Installing a GAP Package</a> in the <font face="Gill Sans,Helvetica,Arial">GAP</font> reference manual. 
Normally you will unpack the archive in the <code>pkg</code> directory of your
<font face="Gill Sans,Helvetica,Arial">GAP</font> version by typing:
<p>
<pre>
    bash&gt; tar xfz radiroot.tar.gz        # for the gzipped tar-archive
</pre>
<p>
<p>
<h2><a name="SECT002">4.2 Loading and Testing the Package</a></h2>
<p><p>
To use the <font face="Gill Sans,Helvetica,Arial">Radiroot</font> package you have to request it explicitly. This  is
done by calling
<p>
<pre>
gap&gt; LoadPackage("radiroot");
-----------------------------------------------------------------------------
Loading  RadiRoot 2.4 (Roots of a Polynomial as Radicals)
by Andreas Distler (a.distler@tu-bs.de).
-----------------------------------------------------------------------------
true
</pre>
<p>
The <code>LoadPackage</code> command is described  in  Section&nbsp;<a href="badlink:ref:LoadPackage">LoadPackage</a>  in
the <font face="Gill Sans,Helvetica,Arial">GAP</font> reference manual.
<p>
If you want to load the <font face="Gill Sans,Helvetica,Arial">Radiroot</font> package by default, you  can  put  the
<code>LoadPackage</code> command  into  your  <code>.gaprc</code>  file  (see  Section&nbsp;<a href="badlink:ref:The .gaprc file">The .gaprc file</a> in the <font face="Gill Sans,Helvetica,Arial">GAP</font> reference manual).
<p>
Once the package is loaded, it is possible to check the correct
    installation by running the test suite of the package with the command
<p>
<pre>
    gap&gt; ReadPackage( "radiroot", "tst/testall.g" );
</pre>
<p>
<p>
<h2><a name="SECT003">4.3 Additional Requirements</a></h2>
<p><p>
To use <font face="Gill Sans,Helvetica,Arial">Radiroot</font> the package <font face="Gill Sans,Helvetica,Arial">Alnuth</font> 2.2.2 or higher has to be
loaded with its full functionality available. This means in particular
that KANT <a href="biblio.htm#KANT"><cite>KANT</cite></a> in version 2.4 or 2.5 needs to be installed.
<p>
In the standard mode a dvi file is created to display the roots of a
polynomial. As default the package uses the command <code>latex</code> searched
for in your system programs to create the dvi file and the command
<code>xdvi</code> to start the dvi viewer. If you can not use this settings you
will have to change the function <code>RR_Display</code> in the file <code>Strings.gi</code>
in the subdirectory <code>lib</code> of the package.
<p>
<p>
[<a href = "chapters.htm">Up</a>] [<a href ="CHAP003.htm">Previous</a>] [<a href = "theindex.htm">Index</a>]
<P>
<address>Radiroot manual<br>January 2008
</address></body></html>