source: git/Tst/Long/ncfactor_lee_l.tst @ 59a7579

spielwiese
Last change on this file since 59a7579 was 59a7579, checked in by Martin Lee <martinlee84@…>, 11 years ago
chg: added testNCfac to tests
  • Property mode set to 100644
File size: 247 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 = 10x5d4+26x4d5+47x5d2-97x4d3;
10def l=facFirstWeyl(L);
11testNCfac (l, L);
12l;
13
14tst_status();
15tst_status(1); $
Note: See TracBrowser for help on using the repository browser.