source: git/Tst/Short/zerodim_51_32003_lp_slimgb.tst @ 3fec5d0

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