source: git/Tst/Short/nchilb_test2.tst @ 3fec5d0

fieker-DuValspielwiese
Last change on this file since 3fec5d0 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: 335 bytes
Line 
1LIB "tst.lib";
2tst_init();
3LIB"ncHilb.lib";
4
5    ring r=0,(x,y,z,w),dp;
6    module p1=[1,y,x],[-1,x,y];
7    module p2=[1,z,x],[-1,x,z];
8    module p3=[1,w,x],[-1,x,w];
9    module p4=[1,z,y],[-1,y,z];
10    module p5=[1,w,y],[-1,y,w];
11    module p6=[1,w,z],[-1,z,w];
12    list l2=list(p1,p2,p3,p4,p5,p6);
13    nchilb(l2,5);
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.