source: git/Tst/Manual/T_2.tst @ 0d6b7fc

spielwiese Release-4-3-2p2
Last change on this file since 0d6b7fc 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: 415 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "sing.lib";
3int p      = printlevel;
4printlevel = 1;
5ring  r    = 32003,(x,y),(c,dp);
6ideal j    = x6-y4,x6y6,x2y4-x5y2;
7module T   = T_2(j);
8vdim(T);
9hilb(T);"";
10ring r1    = 0,(x,y,z),dp;
11ideal id   = xy,xz,yz;
12list L     = T_2(id,"");
13vdim(L[1]);                           // vdim of T_2
14print(L[3]);                          // syzygy module of id
15printlevel = p;
16tst_status(1);$
Note: See TracBrowser for help on using the repository browser.