source: git/Tst/Short/ncfactor_inhomog_s.tst @ a866f1

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