Project

General

Profile

Bug #1211

Updated by Anna Maria Bigatti over 4 years ago

<pre>
/**/ R := NewPolyRing(QQ, "x,y,z", MakeTermOrd(RowMat([2,3,0])), 1);
/**/ use R; HilbertSeries(R/ideal(z)); HilbertSeries(ideal(z));
</pre>
it computes it, embarrassing....

*2019-10-02* even more embarrassing: I had written the wrong test!! Now that I fixed the test above I see that it actually gave indeed an error, but an incomprehensible error

Back