source: git/Tst/Short/ncfactor_facNthShift1_s.tst @ 6ce466

fieker-DuValspielwiese
Last change on this file since 6ce466 was 85d8e82, checked in by Hans Schoenemann <hannes@…>, 10 years ago
Albert Heinle: new ncfactor.lib
  • Property mode set to 100755
File size: 453 bytes
Line 
1LIB "tst.lib";
2tst_init();
3LIB "ncfactor.lib";
4
5ring R = 0,(x1,x2,s1,s2),dp;
6matrix C[4][4] = 1,1,1,1,
7                 1,1,1,1,
8                 1,1,1,1,
9                 1,1,1,1;
10matrix D[4][4] = 0,0,s1,0,
11                 0,0,0,s2,
12                 -s1,0,0,0,
13                 0,-s2,0,0;
14def r = nc_algebra(C,D);
15setring(r);
16poly h = (x1^2*s1 + s2)*(x2*s1+1);
17list lsng = facShift(h);
18print(lsng);
19testNCfac(lsng, h);
20
21tst_status();
22tst_status(1); $
Note: See TracBrowser for help on using the repository browser.