I have this problem dividing by factorized polynomials, for example
(x_1^4-x_2^4)//(factor(x_1^2-x_2^2))
does not work because the numerator is of "class R" (R is the ring kk[x_1..x_n]) and the denominator is of "class Product".
How to convert elements of class Product to class R?
I'd appreciate your help.
You could use
value, as follows.