source: git/Tst/Short/zerodim_43_32003_lp_slimgb.tst @ 09cb443

spielwiese
Last change on this file since 09cb443 was 598a84, checked in by Hans Schoenemann <hannes@…>, 14 years ago
syntax fix git-svn-id: file:///usr/local/Singular/svn/trunk@12997 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 360 bytes
Line 
1
2    LIB "tst.lib";
3    tst_init();
4    ring MYRINGNAME=32003,(y, z, x, t),lp;
5    ideal MYIDEALNAME=2*y*z*t+x*t^2-2*z-x,
6y^2*z+2*y*x*t-z-2*x,
7-z^3*x+4*y*z^2*t+4*z*x*t^2+2*y*t^3+4*z^2+4*z*x-10*y*t-10*t^2+2,
84*y^2*z*x-z*x^3+2*y^3*t+4*y*x^2*t-10*y^2+4*z*x+4*x^2-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.