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

spielwiese
Last change on this file since 010b3f was c6963ca, checked in by Hans Schoenemann <hannes@…>, 14 years ago
pagelength removed git-svn-id: file:///usr/local/Singular/svn/trunk@13176 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 432 bytes
Line 
1
2    LIB "tst.lib";
3    tst_init();
4    ring MYRINGNAME=32003,(u0, u1, u2, u3, u4, u5),lp;
5    ideal MYIDEALNAME=u0+2*u1+2*u2+2*u3+2*u4+2*u5-1,
6u2^2+2*u1*u3+2*u0*u4+2*u1*u5-u4,
72*u1*u2+2*u0*u3+2*u1*u4+2*u2*u5-u3,
8u1^2+2*u0*u2+2*u1*u3+2*u2*u4+2*u3*u5-u2,
92*u0*u1+2*u1*u2+2*u2*u3+2*u3*u4+2*u4*u5-u1,
10u0^2+2*u1^2+2*u2^2+2*u3^2+2*u4^2+2*u5^2-u0;
11    option(redSB);
12    slimgb(MYIDEALNAME);
13    kill MYRINGNAME;
14    tst_status(1);$
15   
Note: See TracBrowser for help on using the repository browser.