source: git/Tst/Short/bug_tr664.tst @ 9f14f31

spielwiese
Last change on this file since 9f14f31 was 9f14f31, checked in by Hans Schoenemann <hannes@…>, 9 years ago
fix: tr #664 (primdecSY)
  • Property mode set to 100644
File size: 300 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// crash in primdecSY (remains of a temporary filed extensions)
5LIB"primdec.lib";
6ring rng = (7,v),(z,t,p,y),(dp(4),C);
7minpoly = (v^2+v+3);
8ideal I = (2*v+3)*t*p^2+(-3*v-3)*z*t+(v-1)*p*y,
9(-3*v-1)*p*y^2+(2*v+2)*t^2,
10(3*v-2)*z^2*t+(v-2)*y;
11primdecSY (I);
12
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.