Processing math: 100%
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 2 years ago

Road gravatar image

Simplify multivariate polynomial modulo ideal generators

Suppose we have some multivariate polynomials f,g1,g2,g3F[x,y,z,...] where F is some field, e.g Q or some finite field. I'm asking for an algorithm that "simplifies" f assuming g1=g2=g3=0. That is, I want to find a simple/short representative of f in the quotient ring F[x,y,z,...]/g1,g2,g3. I suspect it has something to do with Grobner bases but I haven't found anything concrete yet.

Than

Simplify multivariate polynomial modulo ideal generators

Suppose we have some multivariate polynomials f,g1,g2,g3F[x,y,z,...] where F is some field, e.g Q or some finite field. I'm asking for an algorithm that "simplifies" f assuming g1=g2=g3=0. That is, I want to find a simple/short representative of f in the quotient ring F[x,y,z,...]/g1,g2,g3. I suspect it has something to do with Grobner bases but I haven't found anything concrete yet.

ThanThank you.