source: git/Tst/Short/bug_tr604.tst @ 1427f62

spielwiese
Last change on this file since 1427f62 was 066334, checked in by Hans Schoenemann <hannes@…>, 10 years ago
tests for tr.604
  • Property mode set to 100644
File size: 244 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// non-prime result for small char.
5LIB"primdec.lib";
6system("random",1397912804);
7
8ring rng = 7,(x,y,z),dp;
9ideal I = -y3+2x2-1,-z3,-x2y-1;
10
11def L1 = primdecGTZ(I);
12def L2 = primdecGTZ(I);
13L1;
14L2;
15
16
17tst_status(1);$
Note: See TracBrowser for help on using the repository browser.