source: git/Tst/Short/ncfactor_landau_ex_s.tst @ fdda546

spielwiese
Last change on this file since fdda546 was 7c4eb8, checked in by Hans Schoenemann <hannes@…>, 8 years ago
new version of ncfactor.lib
  • Property mode set to 100644
File size: 481 bytes
Line 
1LIB "tst.lib";
2tst_init();
3tst_ignore("CVS ID $Id$");
4LIB "ncfactor.lib";
5
6ring R = 0,(x1,x2,d1,d2),dp;
7 matrix C[4][4] = 1,1,1,1,
8                  1,1,1,1,
9                  1,1,1,1,
10                  1,1,1,1;
11 matrix D[4][4] = 0,0,1,0,
12                  0,0,0,1,
13                  -1,0,0,0,
14                  0,-1,0,0;
15 def r = nc_algebra(C,D);
16 setring(r);
17poly h = (d1+1)^2*(d1 + x1*d2);
18list lsng = facWeyl(h);
19print(lsng);
20testNCfac(lsng, h);
21
22tst_status();
23tst_status(1); $
Note: See TracBrowser for help on using the repository browser.