minimal set of generators
gstic · Tue Jun 22, 2021 12:22 am
minbase and mstd returns a minimal set of generators of an ideal, if the input is homogeneous or if the ordering is local
Given polynomials g=x^3+y^2-1, gx=diff(g, x), gy=diff(g, y) the system of generators for the syzygies
given by Singular is not minimal.
Singular gives for the generators of ideal I=(gx, gy, g):
syz[1]=(2xy, 3y^2-3, -6y)
syz[2]=(-2y, 3x^2, 0)
syz[3]=(x^3+y^2-1, 0, -3x^2)
but a minimal set of generators in this case is
s1=(2xy, 3y^2-3, -6y)
s2=(2x^3-2, 3x^2y, -6x^2)
We can easily check that syz[1], syz[2] and syz[3] can be expressed in term of s1 and s2.
How can I find a minimal set of generators if the ideal is not with homogeneous polynomials
and the ordering is not local ?
Given polynomials g=x^3+y^2-1, gx=diff(g, x), gy=diff(g, y) the system of generators for the syzygies
given by Singular is not minimal.
Singular gives for the generators of ideal I=(gx, gy, g):
syz[1]=(2xy, 3y^2-3, -6y)
syz[2]=(-2y, 3x^2, 0)
syz[3]=(x^3+y^2-1, 0, -3x^2)
but a minimal set of generators in this case is
s1=(2xy, 3y^2-3, -6y)
s2=(2x^3-2, 3x^2y, -6x^2)
We can easily check that syz[1], syz[2] and syz[3] can be expressed in term of s1 and s2.
How can I find a minimal set of generators if the ideal is not with homogeneous polynomials
and the ordering is not local ?