source: git/Tst/New/bug593_primdecZ.tst @ eab1606

fieker-DuValspielwiese
Last change on this file since eab1606 was 02defa, checked in by Adi Popescu <adi_popescum@…>, 10 years ago
fix: bug593_primdecZ, add: test
  • Property mode set to 100644
File size: 190 bytes
Line 
1LIB "tst.lib"; tst_init();
2
3LIB("primdecint.lib");
4ring rng = integer,(x, y, z),dp;
5ideal j = 2*x, y*z+4, x*z, 2*y^2-6*z^2, 3*z^3+4*y;
6
7def rJ = radicalZ(j);
8
9primdecZ(rJ);
10
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.