source: git/Tst/Manual/realpoly.tst @ 0d6b7fc

spielwiese Release-4-3-2p2
Last change on this file since 0d6b7fc 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: 325 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "realrad.lib";
3ring r1 = 0,x,dp;
4poly f=x5+16x2+x+1;
5realpoly(f);
6realpoly(f*(x4+2));
7ring r2=0,(x,y),dp;
8poly f=x6-3x4y2 + y6 + x2y2 -6y+5;
9realpoly(f);
10ring r3=0,(x,y,z),dp;
11poly f=x4y4-2x5y3z2+x6y2z4+2x2y3z-4x3y2z3+2x4yz5+z2y2-2z4yx+z6x2;
12realpoly(f);
13realpoly(f*(x2+y2+1));
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.