This is a question on division algorithm. Consider polynomial f=-4x^4y^2z^2+y^6+3z^5
and polynomials G={y^6-z^5, x*z-y^2, x*y^4-z^4, x^2*y^2-z^3 *x^3-z^2}
.
How can you factor f with respect to G computationally such that the linear combination f=\sum_i C_i*G_i
is satisfied?
I know that the remainder is zero but not which are the coefficients C_i in the above formula, example with Macaulay2
This can be related to the more general mathematical question about ideals here.