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

spielwiese
Last change on this file since 107aac was d5c4d0, checked in by Michael Brickenstein <bricken@…>, 16 years ago
initial version git-svn-id: file:///usr/local/Singular/svn/trunk@10790 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 290 bytes
Line 
1
2    LIB "tst.lib";
3    tst_init();
4    ring MYRINGNAME=32003,(w, t, x, y, z),lp;
5    ideal MYIDEALNAME=7*w^2*y+4*x^2*y+x*y^2+2*w*t*z,
63*w^3*t*z+3*w^2*y*z^2+2*y*z^4,
72*t^2*x^5*y^3+5*w^4*t^3*x^2*z;
8    option(redSB);
9    slimgb(MYIDEALNAME);
10    kill MYRINGNAME;
11    tst_status(1);exit;
12   
Note: See TracBrowser for help on using the repository browser.