spielwiese
Last change
on this file was
75f460,
checked in by Hans Schoenemann <hannes@…>, 8 years ago
|
format
|
-
Property mode set to
100644
|
File size:
479 bytes
|
Line | |
---|
1 | LIB "tst.lib"; |
---|
2 | tst_init(); |
---|
3 | |
---|
4 | option(); |
---|
5 | |
---|
6 | ring R=0,x(0..4),dp; |
---|
7 | 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); |
---|
8 | I; |
---|
9 | // option (teach); |
---|
10 | option (prot); |
---|
11 | option (warn); // test (23+32); |
---|
12 | option(); |
---|
13 | |
---|
14 | std(I); |
---|
15 | |
---|
16 | proc T() |
---|
17 | { |
---|
18 | option(); |
---|
19 | ring r; |
---|
20 | option(); |
---|
21 | def I = std(maxideal(1)); |
---|
22 | option (); |
---|
23 | ring rr = 0,(x, y, z), ds; |
---|
24 | option(); |
---|
25 | def I = std(maxideal(1)); |
---|
26 | option (); |
---|
27 | |
---|
28 | } |
---|
29 | |
---|
30 | option(); |
---|
31 | T(); |
---|
32 | option(); |
---|
33 | |
---|
34 | tst_status(1); |
---|
35 | $ |
---|
Note: See
TracBrowser
for help on using the repository browser.