maybe a bug? reduced minimal groebner basis is not right
gepo · Tue Jul 14, 2009 8:25 pm
Hi, all,
I found an tricky problem:
> ring r=(integer, 2, 3), (a,b,c,d,e,f,s),dp;
> ideal i=f-a*b-a*c,e-a*d,d-b-c,s*(f-e)-4;
> option(redSB);
> std(i);
_[1]=4
_[2]=e-f
_[3]=b+c-d
_[4]=ad-f
Have a look at the result, it is not a reduced minimal Groebner Basis!
Because according to the definition of minimal Groebner Basis, all the coefficients of generators in GB should be 1.
Here _[1]=4 which is not 1.
Any comments?
Thanks
I found an tricky problem:
> ring r=(integer, 2, 3), (a,b,c,d,e,f,s),dp;
> ideal i=f-a*b-a*c,e-a*d,d-b-c,s*(f-e)-4;
> option(redSB);
> std(i);
_[1]=4
_[2]=e-f
_[3]=b+c-d
_[4]=ad-f
Have a look at the result, it is not a reduced minimal Groebner Basis!
Because according to the definition of minimal Groebner Basis, all the coefficients of generators in GB should be 1.
Here _[1]=4 which is not 1.
Any comments?
Thanks