source: git/Tst/Short/zerodim_12_32003_lp_slimgb.tst @ 010b3f

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