source: git/Tst/Manual/vdim_BR_PLURAL_BR.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: 237 bytes
Line 
1LIB "tst.lib"; tst_init();
2ring R=0,(x,y,z),dp;
3matrix d[3][3];
4d[1,2]=-z;  d[1,3]=2x;  d[2,3]=-2y;
5def RS=nc_algebra(1,d); //U(sl_2)
6setring RS;
7option(redSB); option(redTail);
8ideal I=x3,y3,z3-z;
9I=std(I);
10I;
11vdim(I);
12
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.