source: git/Tst/Short/zerodim_16_32003_lp_slimgb.tst @ 107aac

spielwiese
Last change on this file since 107aac 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: 421 bytes
Line 
1
2    LIB "tst.lib";
3    tst_init();
4    ring MYRINGNAME=32003,(x, y, z),lp;
5    ideal MYIDEALNAME=9*x^3+5*z^3+10*y^2+6,
66*x^2*y^3+5*x^2*z^3+x^4+16*x^3+10*x*y^2+11*y^2*z+7*y*z^2+z^3+25*y^2+40*y*z+15*z^2+7,
757*x*y^5+x^4+6*x^3*y+12*x^2*y^2+2*x^3*z+12*x^2*y*z+7*x*z^3+12*y*z^3+3*z^4+3*x^3+36*x*y*z+25*y*z^2+7*z^3+29*y^2+2*y*z-3*y-3*z;
8    option(redSB);
9    slimgb(MYIDEALNAME);
10    kill MYRINGNAME;
11    tst_status(1);$
12   
Note: See TracBrowser for help on using the repository browser.