representation obtained by reduction?
John Perry · Fri Oct 17, 2008 11:34 pm
Suppose that B is an ideal, f is a polynomial, and r is obtained via
r = reduce(f,B);
Then there exists a list H of polynomials such that
f == H1*B1 + ... + Hm*Bm + r
Does Singular have a function/option to determine H, after computing r?
r = reduce(f,B);
Then there exists a list H of polynomials such that
f == H1*B1 + ... + Hm*Bm + r
Does Singular have a function/option to determine H, after computing r?