spielwiese
Last change
on this file since e070751 was
c47a86,
checked in by Martin Lee <martinlee84@…>, 10 years ago
|
add: new test
|
-
Property mode set to
100644
|
File size:
287 bytes
|
Rev | Line | |
---|
[c47a86] | 1 | LIB "tst.lib"; |
---|
| 2 | tst_init(); |
---|
| 3 | |
---|
| 4 | ring R=0,x(0..4),dp; |
---|
| 5 | ideal I=-x(3)^2+x(2)*x(4),-x(2)*x(3)+x(1)*x(4),-x(1)*x(3)+x(0)*x(4),x(2)^2-x(1)*x(3),x(1)*x(2)-x(0)*x(3),-x(1)^2+x(0)*x(2); |
---|
| 6 | I; |
---|
| 7 | // option (teach); |
---|
| 8 | option (prot); option (warn); test (23+32); option(); |
---|
| 9 | |
---|
| 10 | std(I); |
---|
| 11 | |
---|
| 12 | option(); |
---|
| 13 | |
---|
| 14 | tst_status(1); |
---|
| 15 | $ |
---|
Note: See
TracBrowser
for help on using the repository browser.