source: git/Tst/Short/ncfactor_buginterchange2_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: 238 bytes
Line 
1LIB "tst.lib";
2tst_init();
3tst_ignore("CVS ID $Id$");
4LIB "ncfactor.lib";
5
6ring R = 0,(z,x),dp;
7def r = nc_algebra(1,1);
8setring(r);
9poly L = (x^2*z^2+x)*x;
10list lsng = facWeyl(L);
11lsng;
12testNCfac(lsng, L);
13
14tst_status();
15tst_status(1); $
Note: See TracBrowser for help on using the repository browser.