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