source: git/Tst/Short/zerodim_24_32003_lp_slimgb.tst @ f1cfef

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