source: git/Tst/Short/Katsura_4_32003_lp_slimgb.tst @ b7d0a9c

spielwiese
Last change on this file since b7d0a9c 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: 359 bytes
Line 
1
2    LIB "tst.lib";
3    tst_init();
4    ring MYRINGNAME=32003,(u0, u1, u2, u3, u4),lp;
5    ideal MYIDEALNAME=u0+2*u1+2*u2+2*u3+2*u4-1,
62*u1*u2+2*u0*u3+2*u1*u4-u3,
7u1^2+2*u0*u2+2*u1*u3+2*u2*u4-u2,
82*u0*u1+2*u1*u2+2*u2*u3+2*u3*u4-u1,
9u0^2+2*u1^2+2*u2^2+2*u3^2+2*u4^2-u0;
10    option(redSB);
11    slimgb(MYIDEALNAME);
12    kill MYRINGNAME;
13    tst_status(1);$
14   
Note: See TracBrowser for help on using the repository browser.