Algorithms for Computing Triangular Decompositions of Polynomial Systems
Changbo Chen, Marc Moreno Maza

TL;DR
This paper introduces optimized algorithms for triangular decomposition of polynomial systems that significantly outperform existing solvers, leveraging a weakened GCD notion and shared computations.
Contribution
The paper presents novel incremental algorithms for polynomial system decomposition using a weakened GCD concept, improving efficiency and scalability.
Findings
Implementation outperforms similar solvers by orders of magnitude.
Algorithms effectively simplify and optimize sub-computations.
Experimental results demonstrate significant performance gains.
Abstract
We propose new algorithms for computing triangular decompositions of polynomial systems incrementally. With respect to previous works, our improvements are based on a {\em weakened} notion of a polynomial GCD modulo a regular chain, which permits to greatly simplify and optimize the sub-algorithms. Extracting common work from similar expensive computations is also a key feature of our algorithms. In our experimental results the implementation of our new algorithms, realized with the {\RegularChains} library in {\Maple}, outperforms solvers with similar specifications by several orders of magnitude on sufficiently difficult problems.
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPolynomial and algebraic computation · Commutative Algebra and Its Applications · Formal Methods in Verification
