source: git/Tst/Manual/par2varRing.tst @ 42ea848

spielwiese
Last change on this file since 42ea848 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: 285 bytes
Line 
1LIB "tst.lib"; tst_init();
2   ring R = (0,x),(y,z,u,v),lp;
3minpoly = x2+1;
4ideal i = x3,x2+y+z+u+v,xyzuv-1; i;
5def P = par2varRing(i)[1]; P;
6setring(P);
7Id(1);
8setring R;
9module m = x3*[1,1,1], (xyzuv-1)*[1,0,1];
10def Q = par2varRing(m)[1]; Q;
11setring(Q);
12print(Id(1));
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.