source: git/Tst/Short/ncfactor_example2_7FromMaster_s.tst @ 3fec5d0

fieker-DuValspielwiese
Last change on this file since 3fec5d0 was 7c4eb8, checked in by Hans Schoenemann <hannes@…>, 8 years ago
new version of ncfactor.lib
  • Property mode set to 100644
File size: 280 bytes
Line 
1LIB "tst.lib";
2tst_init();
3tst_ignore("CVS ID $Id$");
4LIB "ncfactor.lib";
5
6ring R = 0,(x,d),dp;
7def r = nc_algebra(1,1);
8setring(r);
9poly L = (xdd + xd+1+ (xd+5)*x)*(((x*d)^2+1)*d + xd+3+ (xd+7)*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.