source: git/Tst/Short/zerodim_30_32003_lp_slimgb.tst @ 197c4e

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