jengelh-datetimespielwiese
Last change
on this file since c2400ce was
c2400ce,
checked in by Oleksandr Motsak <motsak@…>, 10 years ago
|
More tests
|
-
Property mode set to
100644
|
File size:
233 bytes
|
Rev | Line | |
---|
[c2400ce] | 1 | LIB "tst.lib"; tst_init(); |
---|
| 2 | |
---|
| 3 | ring R = 0, (x, y, U(1), U(2)), (dp(4), C); R; |
---|
| 4 | |
---|
| 5 | ideal I; |
---|
| 6 | I[1]=x^3*U(2); |
---|
| 7 | I[2]=y^3*U(1); |
---|
| 8 | I[3]=y^4; |
---|
| 9 | I[4]=x^4; |
---|
| 10 | I[5]=U(1)*U(2); |
---|
| 11 | |
---|
| 12 | ideal rad=1; |
---|
| 13 | |
---|
| 14 | TRACE=3; option(prot); |
---|
| 15 | quotient(I, rad); |
---|
| 16 | |
---|
| 17 | |
---|
| 18 | tst_status(1);$ |
---|
Note: See
TracBrowser
for help on using the repository browser.