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