source: git/Tst/Short/nchilb_test3.tst @ 197c4e

fieker-DuValspielwiese
Last change on this file since 197c4e was 04943b3, checked in by Hans Schoenemann <hannes@…>, 7 years ago
fix: ncHilb: version, format
  • Property mode set to 100644
File size: 208 bytes
Line 
1LIB "tst.lib";
2tst_init();
3LIB"ncHilb.lib";
4
5    ring r=0,(a,b),dp;
6    module p1=[1,a,a,a];
7    module p2=[1,a,b,b];
8    module p3=[1,a,a,b];
9
10    list l3=list(p1,p2,p3);
11    nchilb(l3,5,2);
12tst_status(1);$
Note: See TracBrowser for help on using the repository browser.