source: git/Tst/Short/Katsura_3_32003_lp_slimgb.tst

spielwiese
Last change on this file was 75f460, checked in by Hans Schoenemann <hannes@…>, 9 years ago
format
  • Property mode set to 100644
File size: 295 bytes
Line 
1
2    LIB "tst.lib";
3    tst_init();
4    ring MYRINGNAME=32003,(u0, u1, u2, u3),lp;
5    ideal MYIDEALNAME=u0+2*u1+2*u2+2*u3-1,
6u1^2+2*u0*u2+2*u1*u3-u2,
72*u0*u1+2*u1*u2+2*u2*u3-u1,
8u0^2+2*u1^2+2*u2^2+2*u3^2-u0;
9    option(redSB);
10    slimgb(MYIDEALNAME);
11    kill MYRINGNAME;
12    tst_status(1);$
13
Note: See TracBrowser for help on using the repository browser.