source: git/Tst/Short/ecyclic_5_32003_lp.tst @ 0054e7

spielwiese
Last change on this file since 0054e7 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: 468 bytes
Line 
1
2    LIB "tst.lib";
3    tst_init();
4    ring MYRINGNAME=32003,(x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15, x16, x17, x18, x19, x20, x21),lp;
5    ideal MYIDEALNAME=x1+x2+x3+x4+x5,
6x1*x6+x2*x7+x3*x8+x4*x9+x5*x10,
7x1*x6*x11+x2*x7*x12+x3*x8*x13+x4*x9*x14+x5*x10*x15,
8x1*x6*x11*x16+x2*x7*x12*x17+x3*x8*x13*x18+x4*x9*x14*x19+x5*x10*x15*x20,
9x1*x6*x11*x16*x21-1;
10    option(redSB);
11    slimgb(MYIDEALNAME);
12    kill MYRINGNAME;
13    tst_status(1);$
14   
Note: See TracBrowser for help on using the repository browser.