source: git/Tst/Manual/serreRelations.tst @ 951db29

spielwiese
Last change on this file since 951db29 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: 281 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "freegb.lib";
3intmat A[3][3] =
42, -1, 0,
5-1, 2, -3,
60, -1, 2; // G^1_2 Cartan matrix
7ring r = 0,(f1,f2,f3),dp;
8int uptodeg = 5;
9def R = makeLetterplaceRing(uptodeg);
10setring R;
11ideal I = serreRelations(A,1); I = simplify(I,1+2+8);
12I;
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.