source: git/Tst/New/std_prot.tst

spielwiese
Last change on this file was 75f460, checked in by Hans Schoenemann <hannes@…>, 9 years ago
format
  • Property mode set to 100644
File size: 316 bytes
Line 
1option();
2
3LIB "tst.lib"; tst_init();
4
5option();
6
7
8ring vc= 32003,(x,y,z,t),ds;
9degBound=1;
10ideal i= 49y5-9y4+41x2z+12y3+33y2+11y+73t,
1133y4+21x2y+17x2z+63y3+11xy+77y2+91y+1t, 26y2+44xz+12y+9t;
12i=i^2; i;
13
14
15// option(redSB);
16option(prot);
17// test(23+32);
18option(weightM);
19
20option();
21std(i);
22option();
23
24tst_status(1);$
Note: See TracBrowser for help on using the repository browser.