source: git/Tst/Manual/lp2lstr.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: 245 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "freegb.lib";
3intmat A[2][2] = 2, -1, -1, 2; // sl_3 == A_2
4ring r = 0,(f1,f2),dp;
5def R = makeLetterplaceRing(3);
6setring R;
7ideal I = serreRelations(A,1);
8lp2lstr(I,r);
9setring r;
10lst2str(@LN,1);
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.