source: git/Tst/Short/zerodim_58_32003_lp_slimgb.tst @ fdda546

spielwiese
Last change on this file since fdda546 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,(x, y, z, t),lp;
5    ideal MYIDEALNAME=2*x^2-2*y^2+2*z^2-2*t^2-1,
62*x^3-2*y^3+2*z^3-2*t^3-1,
72*x^4-2*y^4+2*z^4-2*t^4-1,
82*x^5-2*y^5+2*z^5-2*t^5-1;
9    option(redSB);
10    slimgb(MYIDEALNAME);
11    kill MYRINGNAME;
12    tst_status(1);$
13
Note: See TracBrowser for help on using the repository browser.