source: git/Tst/Short/ncfactor_koepf_s.tst @ f5d2647

spielwiese
Last change on this file since f5d2647 was 59a7579, checked in by Martin Lee <martinlee84@…>, 11 years ago
chg: added testNCfac to tests
  • Property mode set to 100644
File size: 224 bytes
Line 
1LIB "tst.lib";
2tst_init();
3LIB "ncfactor.lib";
4
5ring R = 0,(x,d),dp;
6def r = nc_algebra(1,1);
7setring(r);
8poly L = (x^4-1)*x*d^2+(1+7*x^4)*d+8*x^3;
9def l=facFirstWeyl(L);
10testNCfac (l, L);
11l;
12
13tst_status();
14tst_status(1); $
Note: See TracBrowser for help on using the repository browser.