Project

General

Profile

Feature #1434

Updated by Anna Maria Bigatti about 4 years ago

This should be easy to fix, hopefully
<pre>
use QQ[x,y,z],DegLex;
L := [-x*z^2 -y +1, -y*z^2 -z^3, x^3 +z^2];
I:=ideal(L);GBasis(I);
radical(I);
</pre>

subtask of #1212

Back