source: git/Tst/Manual/CentralQuot.tst @ 7bb006

spielwiese
Last change on this file since 7bb006 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: 340 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "ncdecomp.lib";
3option(returnSB);
4def a = makeUsl2();
5setring a;
6ideal I = e3,f3,h3-4*h;
7I = std(I);
8poly C=4*e*f+h^2-2*h;  // C in Z(U(sl2)), the central element
9ideal G = (C-8)*(C-24);  // G normal factor in Z(U(sl2)) as an ideal in the center
10ideal R = CentralQuot(I,G);  // same as I:G
11R;
12tst_status(1);$
Note: See TracBrowser for help on using the repository browser.