Procedure from library redcgs.lib (see redcgs_lib).
Usage:
pnormalform(f,N,W);
f: the polynomial to be reduced modulo N,W (in parameters and
variables)
N: the null conditions ideal
W: the non-null conditions (set of irreducible polynomials, ideal)
Return:
a reduced polynomial g of f, whose coefficients are reduced
modulo N and having no factor in W.
Note:
Should be called from ring @R. Ideals N and W must be polynomials
in the parameters forming a red-specification (see definition) the papers).