source:
git/Tst/Long/ncfactor_counterExOld_l.tst
@
887634
Last change on this file since 887634 was 887634, checked in by , 10 years ago | |
---|---|
|
|
File size: 190 bytes |
Line | |
---|---|
1 | LIB "tst.lib"; |
2 | tst_init(); |
3 | LIB "ncfactor.lib"; |
4 | |
5 | ring R = 0,(x,d),dp; |
6 | def r = nc_algebra(1,1); |
7 | setring(r); |
8 | poly L = (1+x^2*d)^4; |
9 | def l=facFirstWeyl(L); |
10 | testNCfac (l, L); |
11 | l; |
12 | |
13 | tst_status(1); $ |
Note: See TracBrowser
for help on using the repository browser.