source: git/Tst/New/redTail.tst

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