source: git/Tst/Short/nchilb_rcolon1.tst @ fdda546

spielwiese
Last change on this file since fdda546 was 1664835, checked in by Sharwan Tiwari <shrawant@…>, 6 years ago
truncated nchilb and right colon operation
  • Property mode set to 100644
File size: 430 bytes
Line 
1LIB "tst.lib";
2tst_init();
3LIB"ncHilb.lib";
4    ring r=0,(X,Y,Z),dp;
5    module w =[1,Y];
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 l1=list(p1,p2,p3,p4,p5,p6,p7,p8);
15    rcolon(l1,w,10);
16tst_status(1);$
Note: See TracBrowser for help on using the repository browser.