source: git/Tst/Manual/mres_BR_PLURAL_BR.tst @ 6b0b177

fieker-DuValspielwiese
Last change on this file since 6b0b177 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: 404 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "ncalg.lib";
3def A = makeUsl2();
4setring A; // this algebra is U(sl_2)
5option(redSB);
6option(redTail);
7ideal i = e,f,h;
8i = std(i);
9resolution M=mres(i,0);
10M;
11list l = M; l;
12// see the exactness at this point
13size(ideal(transpose(l[2])*transpose(l[1])));
14print(matrix(M[3]));
15// see the exactness at this point
16size(ideal(transpose(l[3])*transpose(l[2])));
17tst_status(1);$
Note: See TracBrowser for help on using the repository browser.