source: git/Tst/Short/ncfactor_usl2_s.tst @ 197c4e

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