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

fieker-DuValspielwiese
Last change on this file since a0351f4 was ca8ff2, checked in by Hans Schoenemann <hannes@…>, 9 years ago
tests for tr. #488
  • Property mode set to 100644
File size: 376 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// K in Primdec::algeDeco has at pos 1 the minpoly or 0 or 1
5// and the rest in K[2..]. In exceptional cases K[2..} do not exist
6LIB"primdec.lib";
7
8ring r1=(0,a),(x,y,z),dp;
9ideal i1=1;
10ideal i2=xy,z3;
11minAssGTZ(i1);
12minAssGTZ(i2);
13
14ring r2=(0,a),(x,y,z),dp;
15minpoly=a2-2;
16ideal i1=1;
17ideal i2=xy,z3;
18minAssGTZ(i1);
19minAssGTZ(i2);
20
21tst_status(1);$
Note: See TracBrowser for help on using the repository browser.