LIB "tst.lib"; tst_init(); ring r = (integer),(x,y,z),dp; ideal i = 21xy+39z2, 79yz, 56y2; ideal stdi = std(i); ideal sbai = sba(i,1,0); std(reduce(stdi,sbai)); std(reduce(sbai,stdi)); tst_status(1); $