source: git/Tst/Manual/depthIdeal.tst @ 4efdd1c

spielwiese
Last change on this file since 4efdd1c was 894057, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
ADD: Tests from online manual (res+stat on mamawutz): short ones Tst/Manual/s.lst
  • Property mode set to 100644
File size: 263 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "mregular.lib";
3ring r=0,(x,y,z,t,w),dp;
4ideal i=y2t,x2y-x2z+yt2,x2y2,xyztw,x3z2,y5+xz3w-x2zw2,x7-yt2w4;
5depthIdeal(i);
6depthIdeal(lead(std(i)));
7// Additional information is displayed if you change printlevel (=1);
8tst_status(1);$
Note: See TracBrowser for help on using the repository browser.