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

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