Revision a2337c6d5ece69fc3b28c689ff2ae99ae04d8b73 authored by Sebastian Gutsche on 13 December 2015, 12:56:03 UTC, committed by Sebastian Gutsche on 13 December 2015, 12:56:03 UTC
1 parent 256fe05
Raw File
README
    README file for the `4ti2Interface' GAP4 package
        
This Package provides a link to 4ti2's groebner and hilbert method,
to provide it to other methods.

To get the newest version of this GAP 4 package download one of the
archive files
    4ti2Interface-x.x.tar.gz
    4ti2Interface-x.x.zoo
    4ti2Interface-x.x.tar.bz2
    4ti2Interface-x.x.zip
and unpack it using 
    gunzip 4ti2Interface-x.x.tar.gz; tar xvf 4ti2Interface-x.x.tar
respectively
    unzoo -x 4ti2Interface-x.x.zoo
and so on.

(Note that if you use a browser like `netscape' for downloading the
archive file the `gunzip' step above may already be done by the browser,
although the name of your file may still have the misleading `.gz'
extension.)

Do this preferably (but not necessarily) inside the `pkg' subdirectory
of your GAP 4 installation. It creates a subdirectory called `4ti2Interface'.

This completes the installation of the package.

Testing the package is possible by invoking

ReadPackage( "4ti2Interface", "maketest.g" );

from within GAP.

E-mail me if there are any questions, remarks, suggestions. Also, I
would like to hear about applications of this package.


Sebastian Gutsche, e-mail: gutsche@mathematik.uni-kl.de
back to top