source: git/Tst/Short/bug_tr806.tst

spielwiese
Last change on this file was 02ce734, checked in by Hans Schoenemann <hannes@…>, 7 years ago
fix: tr. #806
  • Property mode set to 100644
File size: 288 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB "absfact.lib";
5ring r0 = 0,(x,y),dp;
6poly H = x^3-21*x^2*y-42*x*y^2-19*y^3+3*x^2+12*x*y+12*y^2+9*x+18*y+27;
7def S = absFactorizeBCG(H); setring S; absolute_factors;
8setring r0;
9kill S;
10def S = absFactorize(H); setring S; absolute_factors;
11
12tst_status(1);$
Note: See TracBrowser for help on using the repository browser.