source: git/Tst/Manual/absFactorize.tst @ 7bb006

spielwiese
Last change on this file since 7bb006 was 894057, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
ADD: Tests from online manual (res+stat on mamawutz): short ones Tst/Manual/s.lst
  • Property mode set to 100644
File size: 217 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "absfact.lib";
3ring R = (0), (x,y), lp;
4poly p = (-7*x^2 + 2*x*y^2 + 6*x + y^4 + 14*y^2 + 47)*(5x2+y2)^3*(x-y)^4;
5def S = absFactorize(p) ;
6setring(S);
7absolute_factors;
8tst_status(1);$
Note: See TracBrowser for help on using the repository browser.