source: git/Tst/New/wdeg.tst @ c2400ce

spielwiese
Last change on this file since c2400ce was c2400ce, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
More tests
  • Property mode set to 100644
File size: 327 bytes
Line 
1LIB "tst.lib"; tst_init();
2
3intvec iv1m1 = intvec(1,-1);
4
5"iv1m1: ", iv1m1;
6
7
8ring A = (0),(x,d),(dp(2),C);
9
10
11TRACE=3; option(prot);
12
13deg(xd4+xd2+2d3, iv1m1);
14deg(xd2+2d3, iv1m1);
15deg(2d3, iv1m1);
16
17
18ring B = (0),(d),(dp(1),C);
19iv1m1 = intvec(-1);
20
21deg(d4+d2+2d3, iv1m1);
22deg(d2+2d3, iv1m1);
23deg(d3, iv1m1);
24
25tst_status(1);$
26
27
Note: See TracBrowser for help on using the repository browser.