source: git/Tst/Short/bug_632.tst

spielwiese
Last change on this file was dccf2b, checked in by Jakob Kroeker <kroeker@…>, 10 years ago
bugfixes for 583, 611, 632
  • Property mode set to 100644
File size: 265 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4
5LIB("primdec.lib");
6ring rng = 0,(x, y, z),dp;
7
8ideal I = 4*y^3-8*z, 4*x*y^2+14*x*y*z+13*z^2-6, 15*x^2*y+15*x^2*z-24*y*z;
9
10
11def eIMEHV = equidimMaxEHV(I);
12def eIM = equidimMax(I);
13
14ASSUME(0, idealsEqual(eIMEHV,eIM));
15
16
17tst_status(1); $
Note: See TracBrowser for help on using the repository browser.