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

spielwiese
Last change on this file since 1427f62 was 45102a, checked in by Hans Schoenemann <hannes@…>, 8 years ago
add: new tests for ncfactor.lib
  • Property mode set to 100644
File size: 308 bytes
Line 
1LIB "tst.lib";
2tst_init();
3tst_ignore("CVS ID $Id$");
4LIB "ncfactor.lib";
5
6ring R = 0,(x,y,z),dp;
7matrix C[3][3] = 1,1,1,1,1,1,1,1,1;
8matrix D[3][3];
9D[1,2] = 1;
10def r = nc_algebra(C,D);
11setring r;
12poly L = (x+y)*(x-y);
13list lsng = facSubWeyl(L,x,y);
14lsng;
15testNCfac(lsng, L);
16
17tst_status();
18tst_status(1); $
Note: See TracBrowser for help on using the repository browser.