source: git/Tst/Short/bug_slimsyz.tst @ a0351f4

fieker-DuValspielwiese
Last change on this file since a0351f4 was fe195a9, checked in by Hans Schoenemann <hannes@…>, 5 years ago
test for: syz with slimgb, case N==1
  • Property mode set to 100644
File size: 307 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4//rAssure_TDeg in slimgb versus ro_syz
5ring r = 0, (x1), (dp(1), c);
6module a1 = 2*x1*(gen(6)), gen(6)*(2-8*(x1)),
7gen(1)*(x1-2*(x1^2))+gen(6)*(-2+8*(x1));
8module a2 = gen(6), gen(1)*(-(x1)+2*(x1^2));
9matrix T;
10module result = lift(a1, a2, T, "slimgb");
11result;
12
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.