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

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