• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-1,3291,081

examples/H03-May-2022-817649

gap/H03-May-2022-13,8619,913

maple/H03-May-2022-

CHANGESH A D03-May-2022332 117

LICENSEH A D03-May-20227.5 KiB168129

PackageInfo.gH A D03-May-20228.2 KiB239219

READMEH A D03-May-20221.5 KiB4631

TODOH A D03-May-202280 21

VERSIONH A D03-May-202210 11

init.gH A D03-May-20223.1 KiB7460

makedoc.gH A D03-May-2022157 146

makefileH A D03-May-2022626 2517

maketest.gH A D03-May-2022517 1713

read.gH A D03-May-20224.6 KiB11199

README

1    README file for the `RingsForHomalg' GAP4 package
2
3To get the newest version of this GAP 4 package download one of the
4archive files
5    RingsForHomalg-x.x.tar.gz
6    RingsForHomalg-x.x.tar.bz2
7    RingsForHomalg-x.x.zip
8and unpack it using
9    tar xvf RingsForHomalg-x.x.tar.gz
10respectively
11    unzip RingsForHomalg-x.x.zip
12
13Do this preferably (but not necessarily) inside the `pkg' subdirectory
14of your GAP 4 installation. It creates a subdirectory called `RingsForHomalg'.
15
16This completes the installation of the package.
17
18Testing the package is possible by invoking
19
20ReadPackage( "RingsForHomalg", "maketest.g" );
21
22from within GAP.
23
24You need the computer algebra systems
25. Singular (version >= 3-0-4): executable -> Singular
26. Macaulay (version >= 1.2): executable -> M2
27. MAGMA (version >= 2.14): executable -> magma
28. Maple (version >= 9 (not 9.5)): executable -> maple
29. Sage (version >= 4.1.1): executable -> sage
30with their executables in the global PATH to run the tests.
31
32Under MacOSX you can use all Maple version >= 9 apart from Maple9.5.
33For Maple9 you should do something like:
34
35sudo ln -s "/Applications/Maple 9.app/Contents/MacOS/bin/maple" /usr/local/bin/maple9
36
37And starting from version 10 something like:
38
39sudo ln -s /Library/Frameworks/Maple.framework/Versions/13/bin/maple /usr/local/bin/maple13
40
41E-mail me if there are any questions, remarks, suggestions. Also, I
42would like to hear about applications of this package.
43
44
45Mohamed Barakat, e-mail: mohamed.barakat@uni-siegen.de
46