UMPC LIP6 Calcul Scientifique
Home
Publications

Software

Teaching
 
 
Download and install FGb


The FGb package is compatible with recent version of Maple (Maple 12-17/12-18). Since FGb can be used through the Gb interface the maple Gb package is also included in the distribution.

The last version of the FGb package should be compatible with most linux distributions.

Maple Remark Dat
FGb for Maple version 1.68 (build 14539) New ! July 31 2015
FGb for Maple version 1.61 (build 12627)   March 27 2014
FGb for Maple version 1.60   March 25 2014
FGb for Maple version 1.58   Dec 20 2012
FGb for Maple version 1.56   Dec 18 2012
FGb for Maple version 1.46   Feb 24 2010
FGb for Maple version 1.34   Oct 28 2006



INSTALL FGb

(a real example is written in yellow font)
cd "fgb home dir"
       cd /usr/local/Maple
tar xvfz "archive name"
       tar xvfz /tmp/FGb-1.61.x86_64_linux.tar.gz
add the following line to your  /.mapleinit: libname:= "fgb home dir/FGblib", libname:
       mv <build number>/*.so <fgb home dir>
       mv <build number>/FGblib <fgb home dir>
 

TEST your installation

(a real example is written in yellow font)
      > maple
       > with(FGb):
  FGb/Maple interface package Version 1.68
  JC Faugere (Jean-Charles.Faugere@inria.fr)
  Type ?FGb for documentation
       > fgb_gbasis([x^2+y,y^2+x],0,[x],[y]);
 

 FGb: 0.00 sec 2 polys
FGb: 0.00 sec Maple: 0.05 sec
[ y4+y,y2+x ]

 
 
Last Update: September 2, 2015