source: git/Tst/Manual/letterplace_std.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: 211 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "freegb.lib";
3ring r = 0,(x,y,z),Dp;
4int degree_bound = 5;
5def R = makeLetterplaceRing(5);
6setring R;
7ideal I = -x*y-7*y*y+3*x*x, x*y*x-y*x*y;
8ideal J = std(I);
9J;
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.