source: git/Tst/Manual/T_12.tst @ 951db29

spielwiese
Last change on this file since 951db29 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: 330 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "sing.lib";
3int p      = printlevel;
4printlevel = 1;
5ring r     = 199,(x,y,z,u,v),(c,ws(4,3,2,3,4));
6ideal i    = xz-y2,yz2-xu,xv-yzu,yu-z3,z2u-yv,zv-u2;
7//a cyclic quotient singularity
8list L     = T_12(i,1);
9print(L[5]);             //matrix of infin. deformations
10printlevel = p;
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.