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

fieker-DuValspielwiese
Last change on this file since bcbdc40 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: 189 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],[-1,z,y];
7  module p2=[1,x,z,x],[-1,z,x,z];
8  list l1=list(p1,p2);
9  nchilb(l1,6,1);
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.