source: git/Tst/Short/ecyclic_7_32003_lp.tst @ 107aac

spielwiese
Last change on this file since 107aac 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: 956 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, x22, x23, x24, x25, x26, x27, x28, x29, x30, x31, x32, x33, x34, x35, x36, x37, x38, x39, x40, x41, x42, x43),lp;
5    ideal MYIDEALNAME=x1+x2+x3+x4+x5+x6+x7,
6x1*x8+x2*x9+x3*x10+x4*x11+x5*x12+x6*x13+x7*x14,
7x1*x8*x15+x2*x9*x16+x3*x10*x17+x4*x11*x18+x5*x12*x19+x6*x13*x20+x7*x14*x21,
8x1*x8*x15*x22+x2*x9*x16*x23+x3*x10*x17*x24+x4*x11*x18*x25+x5*x12*x19*x26+x6*x13*x20*x27+x7*x14*x21*x28,
9x1*x8*x15*x22*x29+x2*x9*x16*x23*x30+x3*x10*x17*x24*x31+x4*x11*x18*x25*x32+x5*x12*x19*x26*x33+x6*x13*x20*x27*x34+x7*x14*x21*x28*x35,
10x1*x8*x15*x22*x29*x36+x2*x9*x16*x23*x30*x37+x3*x10*x17*x24*x31*x38+x4*x11*x18*x25*x32*x39+x5*x12*x19*x26*x33*x40+x6*x13*x20*x27*x34*x41+x7*x14*x21*x28*x35*x42,
11x1*x8*x15*x22*x29*x36*x43-1;
12    option(redSB);
13    slimgb(MYIDEALNAME);
14    kill MYRINGNAME;
15    tst_status(1);$
16   
Note: See TracBrowser for help on using the repository browser.