source: git/Tst/Short/ncfactor_usl2_reducible_bug_s.tst @ fdda546

spielwiese
Last change on this file since fdda546 was 45102a, checked in by Hans Schoenemann <hannes@…>, 8 years ago
add: new tests for ncfactor.lib
  • Property mode set to 100644
File size: 229 bytes
Line 
1LIB "tst.lib";
2tst_init();
3tst_ignore("CVS ID $Id$");
4LIB "ncfactor.lib";
5
6def R = makeUsl2();
7setring(R);
8poly p = -4*e*f^4*h+5*e^2*f^3+24*e*f^4;
9list lsng = ncfactor(p);
10lsng;
11testNCfac(lsng, p);
12
13tst_status();
14tst_status(1); $
Note: See TracBrowser for help on using the repository browser.