The Heuristic Polynomial GCD procedure (GCDHEU) is used by the Maple computer algebra system, but no other. Because Maple has an especially efficient kernel that provides fast integer arithmetic, but a relatively slower interpreter for non-kernel code, the GCDHEU routine is especially effective in that it moves much of the computation into "bignum" arithmetic and hence executes primarily in the kernel. We speculated that in other computer algebra systems an implementation GCDHEU would not be advantageous. In particular, if all the system code is compiled to run at "full speed" in a (presumably more bulky) kernel that is entirely written in C or compiled Lisp, then there would seem to be no point in recasting the polynomi...
One of the most widely used routines in an algebraic manipulation system is a polynomial manipulat...
How should one design and implement a program for the multiplication of sparse polynomials? This is ...
Factorization of large integers has been being considered as a challenging problem in computer scien...
A heuristic algorithm, GCDHEU, is described for polynomial GCD computation over the integers. The al...
A heuristic algorithm, GCDHEU, is described for polynomial GCD computation over the integers. The al...
Given two multivariate polynomials A and B with integer coefficientswe present a new GCD algorithm w...
As GCD computation surfaces as a subproblem in a variety of applications, the need for some way to d...
The computation of polynomial greatest common divisors (GCDs) is a fundamental problem in algebraic...
Abstract. In this article we compare the efficiency of the computer algebra systems Maple and Sage, ...
This survey is intended to present a package of algorithms for the computation of exact or approxima...
summary:The computation of polynomial greatest common divisor (GCD) ranks among basic algebraic prob...
We implemented the approximate GCD algorithm [KYZ06] in our LIBSNAP library, and did a couple of per...
Abstract. Some methods being used to speed up floating-point computation in Maple are described. Spe...
This is the eighth in the series of SAC-1 subsystems for Symbolic and Algebraic Calculation. The pre...
Dataset of test data (Tables 1–3) used in the paper: Akira Terui, GPGCD: An iterative method for ca...
One of the most widely used routines in an algebraic manipulation system is a polynomial manipulat...
How should one design and implement a program for the multiplication of sparse polynomials? This is ...
Factorization of large integers has been being considered as a challenging problem in computer scien...
A heuristic algorithm, GCDHEU, is described for polynomial GCD computation over the integers. The al...
A heuristic algorithm, GCDHEU, is described for polynomial GCD computation over the integers. The al...
Given two multivariate polynomials A and B with integer coefficientswe present a new GCD algorithm w...
As GCD computation surfaces as a subproblem in a variety of applications, the need for some way to d...
The computation of polynomial greatest common divisors (GCDs) is a fundamental problem in algebraic...
Abstract. In this article we compare the efficiency of the computer algebra systems Maple and Sage, ...
This survey is intended to present a package of algorithms for the computation of exact or approxima...
summary:The computation of polynomial greatest common divisor (GCD) ranks among basic algebraic prob...
We implemented the approximate GCD algorithm [KYZ06] in our LIBSNAP library, and did a couple of per...
Abstract. Some methods being used to speed up floating-point computation in Maple are described. Spe...
This is the eighth in the series of SAC-1 subsystems for Symbolic and Algebraic Calculation. The pre...
Dataset of test data (Tables 1–3) used in the paper: Akira Terui, GPGCD: An iterative method for ca...
One of the most widely used routines in an algebraic manipulation system is a polynomial manipulat...
How should one design and implement a program for the multiplication of sparse polynomials? This is ...
Factorization of large integers has been being considered as a challenging problem in computer scien...