source: git/Tst/Short/ncfactor_inhomog_s.tst @ 85d8e82

fieker-DuValspielwiese
Last change on this file since 85d8e82 was 85d8e82, checked in by Hans Schoenemann <hannes@…>, 10 years ago
Albert Heinle: new ncfactor.lib
  • Property mode set to 100644
File size: 313 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);
9list lsng = facWeyl(h);
10lsng;
11testNCfac(lsng,h);
12tst_status();
13poly h2 = (x^2*y+y)*(y+x*y);
14lsng = facWeyl(h2);
15lsng;
16testNCfac(lsng,h2);
17lsng;
18tst_status();
19tst_status(1); $
Note: See TracBrowser for help on using the repository browser.