source: git/Tst/Manual/letterplace_std_Z.tst @ 0c27e4

spielwiese
Last change on this file since 0c27e4 was 0c27e4, checked in by Karim Abou Zeid <karim23697@…>, 4 years ago
Update test input formatting for std_Z
  • Property mode set to 100644
File size: 296 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "freegb.lib";
3
4ring r = ZZ,(x,y),dp;
5ring R = freeAlgebra(r, 15);
6ideal I = 4*x*y+3, 6*y*x+2;
7std(I);
8
9kill r;
10kill R;
11
12ring r = ZZ,(x,y),lp;
13ring R = freeAlgebra(r,7);
14ideal I = 2*x*y, 3*y*y*y+3, x*x-3*x;
15std(I);
16ideal I2 = I, x*y - y*x;
17std(I2);
18
19tst_status(1);$
Note: See TracBrowser for help on using the repository browser.