commands → idealquotient

idealquotient(A,B)
idealquotient(A,B,P)

The idealquotient command computes a basis for the quotient of A and B. An optional argument P is the modulus, which should be a machine size prime.

Examples

A = [(x-1)*y^2];
B = [y];
idealquotient(A,B);
	[-y+x*y]