source: git/Tst/Short/ncfactor_koepfShift_s.tst @ 0f2fcb4

spielwiese
Last change on this file since 0f2fcb4 was fd6524, checked in by Viktor Levandovskyy <levandov@…>, 11 years ago
*levandov: new version of tests by heinle for the new ncfactor lib
  • Property mode set to 100644
File size: 208 bytes
Line 
1LIB "tst.lib";
2tst_init();
3LIB "ncfactor.lib";
4
5ring R = 0,(n,s),dp;
6def r = nc_algebra(1,s);
7setring(r);
8poly h = n*(n+1)*s^2-2*n*(n+100)*s+(n+99)*(n+100);
9facFirstShift(h);
10
11
12tst_status();
13tst_status(1); $
Note: See TracBrowser for help on using the repository browser.