source: git/Tst/Manual/std_BR_PLURAL_BR.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: 358 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "ncalg.lib";
3option(prot);
4def R = makeUsl2();
5// this algebra is U(sl_2)
6setring R;
7ideal I = e2, f2, h2-1;
8I=std(I);
9I;
10kill R;
11//------------------------------------------
12def RQ = makeQso3(3);
13// this algebra is U'_q(so_3),
14// where Q is a 6th root of unity
15setring RQ;
16RQ;
17ideal J=x2, y2, z2;
18J=std(J);
19J;
20tst_status(1);$
Note: See TracBrowser for help on using the repository browser.