source: git/Tst/Manual/map_BR_PLURAL_BR_operations.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: 283 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "ncalg.lib";
3def Usl2 = makeUsl2(); // this algebra is U(sl_2)
4setring Usl2;
5map F = Usl2, f, e, -h; // involutive endomorphism of U(sl_2)
6F;
7map G = F(F);
8G;
9poly p = (f+e*h)^2 + 3*h-e;
10p;
11F(p);
12G(p);
13(G(p) == p); // G is the identity
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.