source: git/Tst/New/res1_ideal_module.tst

spielwiese
Last change on this file was 75f460, checked in by Hans Schoenemann <hannes@…>, 9 years ago
format
  • Property mode set to 100644
File size: 181 bytes
Line 
1LIB "tst.lib"; tst_init();
2ring A = 0,(x), dp;
3
4ideal I = x; I = std(I);
5
6resolution M=nres(I,0);
7list l = M;
8l;
9type(l[1]);
10print(matrix(l[1]));
11transpose(l[1]);
12
13
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.