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

spielwiese
Last change on this file since b7d0a9c was d5c4d0, checked in by Michael Brickenstein <bricken@…>, 16 years ago
initial version git-svn-id: file:///usr/local/Singular/svn/trunk@10790 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 1.4 KB
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),lp;
5    ideal MYIDEALNAME=x1+x2+x3,
6x1*x2+x2*x3+x3*x4,
7x1*x2*x3+x2*x3*x4+x3*x4*x5,
8x1*x2*x3*x4+x2*x3*x4*x5+x3*x4*x5*x6,
9x1*x2*x3*x4*x5+x2*x3*x4*x5*x6+x3*x4*x5*x6*x7,
10x1*x2*x3*x4*x5*x6+x2*x3*x4*x5*x6*x7+x3*x4*x5*x6*x7*x8,
11x1*x2*x3*x4*x5*x6*x7+x2*x3*x4*x5*x6*x7*x8+x3*x4*x5*x6*x7*x8*x9,
12x1*x2*x3*x4*x5*x6*x7*x8+x2*x3*x4*x5*x6*x7*x8*x9+x3*x4*x5*x6*x7*x8*x9*x10,
13x1*x2*x3*x4*x5*x6*x7*x8*x9+x2*x3*x4*x5*x6*x7*x8*x9*x10+x3*x4*x5*x6*x7*x8*x9*x10*x11,
14x1*x2*x3*x4*x5*x6*x7*x8*x9*x10+x2*x3*x4*x5*x6*x7*x8*x9*x10*x11+x3*x4*x5*x6*x7*x8*x9*x10*x11*x12,
15x1*x2*x3*x4*x5*x6*x7*x8*x9*x10*x11+x2*x3*x4*x5*x6*x7*x8*x9*x10*x11*x12+x3*x4*x5*x6*x7*x8*x9*x10*x11*x12*x13,
16x1*x2*x3*x4*x5*x6*x7*x8*x9*x10*x11*x12+x2*x3*x4*x5*x6*x7*x8*x9*x10*x11*x12*x13+x3*x4*x5*x6*x7*x8*x9*x10*x11*x12*x13*x14,
17x1*x2*x3*x4*x5*x6*x7*x8*x9*x10*x11*x12*x13+x2*x3*x4*x5*x6*x7*x8*x9*x10*x11*x12*x13*x14+x3*x4*x5*x6*x7*x8*x9*x10*x11*x12*x13*x14*x15,
18x1*x2*x3*x4*x5*x6*x7*x8*x9*x10*x11*x12*x13*x14+x2*x3*x4*x5*x6*x7*x8*x9*x10*x11*x12*x13*x14*x15+x3*x4*x5*x6*x7*x8*x9*x10*x11*x12*x13*x14*x15*x16,
19x1*x2*x3*x4*x5*x6*x7*x8*x9*x10*x11*x12*x13*x14*x15+x1*x3*x4*x5*x6*x7*x8*x9*x10*x11*x12*x13*x14*x15*x16+x2*x3*x4*x5*x6*x7*x8*x9*x10*x11*x12*x13*x14*x15*x16;
20    option(redSB);
21    slimgb(MYIDEALNAME);
22    kill MYRINGNAME;
23    tst_status(1);exit;
24   
Note: See TracBrowser for help on using the repository browser.