source: git/Tst/Short/ncfactor_example2_7FromMaster_s.tst @ b7d0a9c

spielwiese
Last change on this file since b7d0a9c was fd6524, checked in by Viktor Levandovskyy <levandov@…>, 11 years ago
*levandov: new version of tests by heinle for the new ncfactor lib
  • Property mode set to 100644
File size: 221 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 = (xdd + xd+1+ (xd+5)*x)*(((x*d)^2+1)*d + xd+3+ (xd+7)*x);
9facFirstWeyl(L);
10
11tst_status();
12tst_status(1); $
Note: See TracBrowser for help on using the repository browser.