source: git/Tst/Long/ncfactor_lee_l.tst @ d0162f6

fieker-DuValspielwiese
Last change on this file since d0162f6 was d7da42, checked in by Hans Schoenemann <hannes@…>, 11 years ago
fix: test results
  • Property mode set to 100644
File size: 206 bytes
Line 
1LIB "tst.lib";
2tst_init();
3LIB "ncfactor.lib";
4
5ring R = 0,(x,d),dp;
6def r = nc_algebra(1,1);
7setring(r);
8poly L = 10x5d4+26x4d5+47x5d2-97x4d3;
9def l=facFirstWeyl(L);
10testNCfac (l, L);
11l;
12
13tst_status(1); $
Note: See TracBrowser for help on using the repository browser.