source: git/Tst/Short/zerodim_20_32003_lp_slimgb.tst @ 29fc843

spielwiese
Last change on this file since 29fc843 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: 302 bytes
Line 
1
2    LIB "tst.lib";
3    tst_init();
4    ring MYRINGNAME=32003,(t1, t2, t3),lp;
5    ideal MYIDEALNAME=4*t2^2*t3^2+2*t2^2+5*t2*t3+3*t3^2+1,
64*t1^2*t3^2+3*t1^2+5*t1*t3+2*t3^2+1,
74*t1^2*t2^2+2*t1^2+5*t1*t2+3*t2^2+1;
8    option(redSB);
9    slimgb(MYIDEALNAME);
10    kill MYRINGNAME;
11    tst_status(1);$
12   
Note: See TracBrowser for help on using the repository browser.