source: git/Tst/Long/ncfactor_counterExOld_l.tst @ ef52d6

spielwiese
Last change on this file since ef52d6 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 100755
File size: 203 bytes
Line 
1LIB "tst.lib";
2tst_init();
3tst_ignore("CVS ID $Id$");
4LIB "ncfactor.lib";
5
6ring R = 0,(x,d),dp;
7def r = nc_algebra(1,1);
8setring(r);
9poly L = (1+x^2*d)^4;
10facFirstWeyl(L);
11
12tst_status();
13tst_status(1); $
Note: See TracBrowser for help on using the repository browser.