source: git/Tst/Short/ncfactor_inhomog_s.tst @ 0054e7

spielwiese
Last change on this file since 0054e7 was ef52d6, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Update testsuite wrt current master (320c4f5e64cad778b4ada9556a9b0a6c71cab83a) NOTE: some wrong/bad tests were removed... TODO: add the reset of these updates after updating LIB/
  • Property mode set to 100644
File size: 245 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);
9facFirstWeyl(h);
10tst_status();
11poly h2 = (x^2*y+y)*(y+x*y);
12facFirstWeyl(h);
13tst_status();
14tst_status(1); $
Note: See TracBrowser for help on using the repository browser.