source: git/Tst/Manual/texfactorize.tst

spielwiese
Last change on this file 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: 237 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "latex.lib";
3ring r2 = 13,(x,y),dp;
4poly f = (x+1+y)^2*x3y*(2x-2y)*y12;
5texfactorize("",f);
6ring R49 = (7,a),x,dp;
7minpoly = a2+a+3;
8poly f = (a24x5+x3)*a2x6*(x+1)^2;
9f;
10texfactorize("",f);
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.