source: git/Tst/Manual/texpoly.tst @ 894057

fieker-DuValspielwiese
Last change on this file since 894057 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: 348 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "latex.lib";
3ring r0=0,(x,y,z),dp;
4poly f = -1x^2 + 2;
5texpoly("",f);
6ring rr= real,(x,y,z),dp;
7texpoly("",2x2y23z);
8ring r7= 7,(x,y,z),dp;
9poly f = 2x2y23z;
10texpoly("",f);
11ring rab =(0,a,b),(x,y,z),dp;
12poly f = (-2a2 +b3 -2)/a * x2y4z5 + (a2+1)*x + a+1;
13f;
14texpoly("",f);
15texpoly("",1/(a2+2)*x+2/b);
16tst_status(1);$
Note: See TracBrowser for help on using the repository browser.