source: git/Tst/Manual/Example_of_use_of_@sc{Letterplace}.tst @ 46a76b

fieker-DuValspielwiese
Last change on this file since 46a76b was 46a76b, checked in by Karim Abou Zeid <karim.abou.zeid@…>, 5 years ago
Updated tests
  • Property mode set to 100644
File size: 250 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "freegb.lib";
3ring r = 0,(x,y,z),Dp;
4int d =4; // degree bound
5def R = makeLetterplaceRing(d);
6setring R;
7ideal I = x*y + y*z, x*x + x*y - y*x - y*y;
8option(redSB); option(redTail);
9ideal J = std(I);
10J;
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.