Magma now contains the most powerful algorithms available for computing Gröbner bases. Further, in Magma GB computation is available for polynomial rings over all exact fields, for polynomial rings over euclidean rings, for finitely presented associative algebras and for finitely presented Lie algebras.
V2.11 includes a new highly optimized implementation of the Faugère F4 algorithm for computing Gröbner bases (GBs) over fields. The algorithm uses sparse linear algebra and has specialized vector representations for all types of finite fields, and an asympotically-fast modular algorithm for the rationals. Special techniques are also used for solving systems over GF(2).
As an example, the Cyclic-7 grevlex GB is computed in 2.2 seconds on an Athlon 2800+ XP PC. We have also computed the Cyclic-9 grevlex GB over the rationals in 7.5 days on a 750MHz Sunfire v880 (one sequential processor, 11GB memory used). As far as we are aware, no-one else has successfully computed this Gröbner basis except for J.-C. Faugère (in 18 sequential days on 4 processors). More timings can be found on the webpage http://magma.maths.usyd.edu.au/users/allan/gb/.
Removals and Changes:
New Features: