source: git/Tst/Manual/mod_versal.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: 310 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "deform.lib";
3int p = printlevel;
4printlevel = 1;
5ring  Ro = 0,(x,y),wp(3,4);
6ideal Io = x4+y3;
7matrix Mo[2][2] = x2,y,-y2,x2;
8list L = mod_versal(Mo,Io);
9def Qx=L[2]; setring Qx;
10print(Ms);
11print(Ls);
12print(Js);
13printlevel = p;
14if (defined(Px)) {kill Px,Qx,So;}
15tst_status(1);$
Note: See TracBrowser for help on using the repository browser.