source: git/Tst/Manual/mres_BR_PLURAL_BR.tst @ 0d6b7fc

spielwiese Release-4-3-2p2
Last change on this file since 0d6b7fc was 8a2e90, checked in by Hans Schoenemann <hannes@…>, 6 years ago
fix: module * module is undefined
  • Property mode set to 100644
File size: 420 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(matrix(l[2]))*transpose(l[1])));
14print(matrix(M[3]));
15// see the exactness at this point
16size(ideal(transpose(matrix(l[3]))*transpose(l[2])));
17tst_status(1);$
Note: See TracBrowser for help on using the repository browser.