source: git/Tst/Short/bug_tr865.tst @ fdda546

spielwiese
Last change on this file since fdda546 was fdda546, checked in by Hans Schoenemann <hannes@…>, 4 years ago
test for tr. #865 and changed test
  • Property mode set to 100644
File size: 232 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4//input script that runs infinitely (resultatente)
5LIB "primdec.lib";
6ring r=11,(x,y,z,w,u),dp;
7ideal i=(x^3 - 5*y*z + u^2, x - y^2 + 3*z^2, w^2 + 2*u^3*y, y - u^2 +
8 z*x);
9primdecSY(i);
10
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.