source: git/Tst/Plural/doc-nres.tst @ c23373

fieker-DuValspielwiese
Last change on this file since c23373 was 75f460, checked in by Hans Schoenemann <hannes@…>, 9 years ago
format
  • Property mode set to 100644
File size: 284 bytes
Line 
1LIB "tst.lib";
2tst_init();
3ring A=0,(x,y,z),Dp;
4matrix d[3][3];
5d[1,2]=-z;
6d[1,3]=2x;
7d[2,3]=-2y;
8def S=nc_algebra(1,d); setring S;
9ideal i=x,y,z;
10i=std(i);
11resolution F=nres(i,0);
12F;
13for (int a=1;a<=size(list(F));a++)
14{
15printf("Module: %s",a);
16print(matrix(F[a]));
17}
18tst_status(1);$
Note: See TracBrowser for help on using the repository browser.