source: git/Tst/Manual/DeltaList.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: 235 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "resolve.lib";
3ring R=0,(x,y,z),dp;
4ideal W=z^2-x;
5ideal J=x*y^2+x^3;
6intvec b=1;
7list E;
8ideal abb=maxideal(1);
9intvec v;
10intvec w=-1;
11matrix M;
12list BO=W,J,b,E,abb,v,w,M;
13DeltaList(BO);
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.