source: git/Tst/Manual/resolution_declarations_BR_PLURAL_BR.tst @ 951db29

fieker-DuValspielwiese
Last change on this file since 951db29 was 894057, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
ADD: Tests from online manual (res+stat on mamawutz): short ones Tst/Manual/s.lst
  • Property mode set to 100644
File size: 333 bytes
Line 
1LIB "tst.lib"; tst_init();
2ring r=0,(x,y,z),dp;
3matrix D[3][3];
4D[1,2]=z;
5def R=nc_algebra(1,D); // it is a Heisenberg algebra
6setring R;
7ideal i=z2+z,x+y;
8resolution re=nres(i,0);
9re;
10list l = re;
11l;
12print(matrix(l[2]));
13print(module(transpose(matrix(l[2]))*transpose(matrix(l[1]))));  // check that product is zero
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.