source: git/Tst/Short/bug_tr667.tst @ 130797

spielwiese
Last change on this file since 130797 was 130797, checked in by Hans Schoenemann <hannes@…>, 9 years ago
fix: tr #667 (minAssChar)
  • Property mode set to 100644
File size: 406 bytes
RevLine 
[130797]1LIB "tst.lib";
2tst_init();
3
4// minAssChar
5LIB"primdec.lib";
6ring rng = 0,(y,t,o,u,j,x,s,z),dp;
7ideal I = -17*y*j^2*x*z-26*t*s+17*j,24*y^2*t*o^2+12*y,-10*y-7*t*u^2*j*x*z-25*j;
8list L2 = minAssChar(I);
9L2;  // size should be 4, not 5
10
11ring r = (7,vv),(z,t,c,i),dp;
12minpoly = (vv^2+vv+3);
13ideal I =
14(3*vv-2)*z*i+(vv-3),(3*vv-2)*c^3+3*c-3,z*t^2+3*t*i+(3*vv)*t-i;
15
16primdecGTZ(I);
17primdecSY(I);
18
19tst_status(1);$
Note: See TracBrowser for help on using the repository browser.