source: git/Tst/Manual/par2varRing.tst @ a1ef3a2

fieker-DuValspielwiese
Last change on this file since a1ef3a2 was 1b5cce, checked in by Hans Schoenemann <hannes@…>, 4 years ago
fix: remove indexed variable names from standard.lib
  • 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.