Practical Groebner Basis Computation
Bjarke Hammersholt Roune, Michael Stillman

TL;DR
This paper explores practical aspects of Groebner basis computation, focusing on signature-based algorithms, introducing new data structures and techniques, and validating them through experiments with an open-source C++ library.
Contribution
It introduces new practical data structures and computational techniques for Groebner basis algorithms, enhancing efficiency and applicability.
Findings
Signature-based algorithms are effective in practice.
New data structures improve computational performance.
Experimental results validate the proposed methods.
Abstract
We report on our experiences exploring state of the art Groebner basis computation. We investigate signature based algorithms in detail. We also introduce new practical data structures and computational techniques for use in both signature based Groebner basis algorithms and more traditional variations of the classic Buchberger algorithm. Our conclusions are based on experiments using our new freely available open source standalone C++ library.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNumerical Methods and Algorithms · Polynomial and algebraic computation · Model Reduction and Neural Networks
