source: git/Tst/Short/nchilb_test3.tst @ b672d2

fieker-DuValspielwiese
Last change on this file since b672d2 was 3343e0, checked in by Sharwan Tiwari <stiwari@…>, 8 years ago
add : Tst/Short/nchilb_test1-5.tst
  • Property mode set to 100644
File size: 386 bytes
Line 
1LIB "tst.lib";
2tst_init();
3LIB"ncHilb.lib";
4
5  ring r=0,(X,Y,Z),dp;
6  module p1 =[1,Y,Z];
7  module p2 =[1,Y,Z,X];
8  module p3 =[1,Y,Z,Z,X,Z];
9  module p4 =[1,Y,Z,Z,Z,X,Z];
10  module p5 =[1,Y,Z,Z,Z,Z,X,Z];
11  module p6 =[1,Y,Z,Z,Z,Z,Z,X,Z];
12  module p7 =[1,Y,Z,Z,Z,Z,Z,Z,X,Z];
13  module p8 =[1,Y,Z,Z,Z,Z,Z,Z,Z,X,Z];
14  list l3=list(p1,p2,p3,p4,p5,p6,p7,p8);
15  nchilb(l3,10);
16tst_status(1);$
Note: See TracBrowser for help on using the repository browser.