jengelh-datetimespielwiese
Last change
on this file since 59a7579 was
59a7579,
checked in by Martin Lee <martinlee84@…>, 10 years ago
|
chg: added testNCfac to tests
|
-
Property mode set to
100644
|
File size:
231 bytes
|
Line | |
---|
1 | LIB "tst.lib"; |
---|
2 | tst_init(); |
---|
3 | tst_ignore("CVS ID $Id$"); |
---|
4 | LIB "ncfactor.lib"; |
---|
5 | |
---|
6 | ring R = 0,(x,d),dp; |
---|
7 | def r = nc_algebra(1,1); |
---|
8 | setring(r); |
---|
9 | poly L = (1+x^2*d)^4; |
---|
10 | def l=facFirstWeyl(L); |
---|
11 | testNCfac (l, L); |
---|
12 | l; |
---|
13 | |
---|
14 | tst_status(); |
---|
15 | tst_status(1); $ |
---|
Note: See
TracBrowser
for help on using the repository browser.