source: git/Tst/Manual/fullSerreRelations.tst @ 6fb723

spielwiese
Last change on this file since 6fb723 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: 328 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "freegb.lib";
3intmat A[2][2] =
42, -1,
5-1, 2; // A_2 = sl_3 Cartan matrix
6ring r = 0,(f1,f2,h1,h2,e1,e2),dp;
7ideal negroots = f1,f2; ideal cartans = h1,h2; ideal posroots = e1,e2;
8int uptodeg = 5;
9def RS = fullSerreRelations(A,negroots,cartans,posroots,uptodeg);
10setring RS; fsRel;
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.