source: git/Tst/New/res1_ideal_module.tst @ c2400ce

spielwiese
Last change on this file since c2400ce was 8156a7, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
fix: correct type of the first resolution item FIX: correcting the wrong fix (2e82885cace38a8e031d2509e1c6a77fc9730c32) of syConvRes ADD: new test for this glitch
  • Property mode set to 100644
File size: 182 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.