source: git/Tst/New/division_lift.tst @ 4da485

spielwiese
Last change on this file since 4da485 was c2400ce, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
More tests
  • Property mode set to 100644
File size: 552 bytes
Line 
1LIB "tst.lib"; tst_init();
2
3ring R = 0, (x,y,z), (A(3, 2, 2), lp(3), C);
4
5R;
6
7
8//   characteristic : 0
9//   number of vars : 3
10//        block   1 : ordering A
11//                  : names    x y z
12//                  : weights  3 2 2
13//        block   2 : ordering lp
14//                  : names    x y z
15//        block   3 : ordering C$39 = void
16
17ideal G =
18x2+y3,
19x2y,
20x3,
21z4
22;
23
24// attrib(G, "isSB", 1);
25
26ideal M =
27x2+y3,
28z4,
29y4,
30xy3
31;
32
33TRACE=3; option(prot);
34division(G, M); // idLift(Gomega, M, NULL, FALSE, FALSE, TRUE, NULL);
35 
36tst_status(1);$
Note: See TracBrowser for help on using the repository browser.