|
D.7.2.5 completeReduction
Procedure from library ainvar.lib (see ainvar_lib).
- Usage:
- completeReduction(p,I[,q,n]); p poly, I ideal, [q monomial, n int]
- Return:
- a polynomial, the SAGBI reduction of the polynomial p with respect to I
via the procedure 'reduction' as long as possible
if n=1, a different algorithm is chosen which is sometimes faster
(default: n=0; q and n can be given (or not) in any order)
- Note:
- help reduction; shows an explanation of SAGBI reduction
Example:
|