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

spielwiese
Last change on this file since fdda546 was c2b8eb, checked in by Karim Abou Zeid <karim.abou.zeid@…>, 5 years ago
Fix nchilb_test2
  • Property mode set to 100644
File size: 298 bytes
Line 
1LIB "tst.lib";
2tst_init();
3LIB"ncHilb.lib";
4    ring r=0,(x,y,z),Dp;
5
6    module p1=[1,y,z],[-1,z,y];
7    module p2=[1,x,z,x],[-1,z,x,z];
8    module p3=[1,x,z,z,x,z],[-1,z,x,z,z,x];
9    module p4=[1,x,z,z,z,x,z];[-1,z,x,z,z,x,x];
10    list l2=list(p1,p2,p3,p4);
11
12    nchilb(l2,6,1);
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.