source: git/Tst/Manual/PBW_maxDeg.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: 284 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "central.lib";
3ring AA = 0,(e,f,h),dp;
4matrix D[3][3]=0;
5D[1,2]=-h;  D[1,3]=2*e;  D[2,3]=-2*f;
6def A = nc_algebra(1,D); // this algebra is U(sl_2)
7setring A;
8// PBW Basis of A_2 - monomials of degree <= 2, without unit:
9PBW_maxDeg( 2 );
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.