source: git/Tst/Short/ncfactor_nthweylringalt_s.tst @ 1427f62

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