source: git/Tst/Letterplace/gb_Z_apel2.tst @ 3c42c5

spielwiese
Last change on this file since 3c42c5 was 3c42c5, checked in by Karim Abou Zeid <karim23697@…>, 4 years ago
Add more lp_Z tests
  • Property mode set to 100644
File size: 207 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "freegb.lib";
3ring r = ZZ,(z,y,x),Dp;
4ring R = freeAlgebra(r, 7);
5ideal Id = y*x - 3*x*y - z, z*x - x*z +y, z*y-y*z-x;
6option(redTail);
7option(redSB);
8std(Id);
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.