source: git/Tst/Manual/groebner.tst @ 76ce4e6

fieker-DuValspielwiese
Last change on this file since 76ce4e6 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: 458 bytes
Line 
1LIB "tst.lib"; tst_init();
2  intvec opt = option(get);
3option(prot);
4ring r  = 0,(a,b,c,d),dp;
5ideal i = a+b+c+d,ab+ad+bc+cd,abc+abd+acd+bcd,abcd-1;
6groebner(i);
7ring s  = 0,(a,b,c,d),lp;
8ideal i = imap(r,i);
9groebner(i,"hilb");
10ring R  = (0,a),(b,c,d),lp;
11minpoly = a2+1;
12ideal i = a+b+c+d,ab+ad+bc+cd,abc+abd+acd+bcd,d2-c2b2;
13groebner(i,"par2var","slimgb");
14groebner(i,"fglm");          //computes a reduced standard basis
15option(set,opt);
16tst_status(1);$
Note: See TracBrowser for help on using the repository browser.