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

spielwiese
Last change on this file since f1cfef was beb7f8, checked in by Michael Brickenstein <bricken@…>, 17 years ago
*bricken: initial version git-svn-id: file:///usr/local/Singular/svn/trunk@9838 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 1.2 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),dp;
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+x1*x3*x4*x5*x6*x7*x8*x9*x10*x11*x12*x13*x14*x15+x2*x3*x4*x5*x6*x7*x8*x9*x10*x11*x12*x13*x14*x15;
19  option(redSB);
20  slimgb(MYIDEALNAME);
21  tst_status(1);$
22 
Note: See TracBrowser for help on using the repository browser.