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

spielwiese
Last change on this file since fdda546 was 5d623c, checked in by Sharwan Tiwari <shrawant@…>, 7 years ago
multi-graded Hilbert series of non-commutative monomial algebras
  • Property mode set to 100644
File size: 407 bytes
Line 
1LIB "tst.lib";
2tst_init();
3LIB"ncHilb.lib";
4    ring r=0,(X,Y,Z),dp;
5    module p1 =[1,Y,Z];
6    module p2 =[1,Y,Z,X];
7    module p3 =[1,Y,Z,Z,X,Z];
8    module p4 =[1,Y,Z,Z,Z,X,Z];
9    module p5 =[1,Y,Z,Z,Z,Z,X,Z];
10    module p6 =[1,Y,Z,Z,Z,Z,Z,X,Z];
11    module p7 =[1,Y,Z,Z,Z,Z,Z,Z,X,Z];
12    module p8 =[1,Y,Z,Z,Z,Z,Z,Z,Z,X,Z];
13    list l1=list(p1,p2,p3,p4,p5,p6,p7,p8);
14    nchilb(l1,10);
15tst_status(1);$
Note: See TracBrowser for help on using the repository browser.