source: git/Tst/Short/ncfactor_koepfShift_s.tst @ 5b1536

spielwiese
Last change on this file since 5b1536 was 7c4eb8, checked in by Hans Schoenemann <hannes@…>, 8 years ago
new version of ncfactor.lib
  • Property mode set to 100644
File size: 266 bytes
Line 
1LIB "tst.lib";
2tst_init();
3tst_ignore("CVS ID $Id$");
4LIB "ncfactor.lib";
5
6ring R = 0,(n,s),dp;
7def r = nc_algebra(1,s);
8setring(r);
9poly h = n*(n+1)*s^2-2*n*(n+100)*s+(n+99)*(n+100);
10list lsng = facShift(h);
11lsng;
12testNCfac(lsng, h);
13
14tst_status();
15tst_status(1); $
Note: See TracBrowser for help on using the repository browser.