source: git/Tst/Manual/poly_declarations.tst @ 6fb723

spielwiese
Last change on this file since 6fb723 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: 279 bytes
Line 
1LIB "tst.lib"; tst_init();
2  ring r = 32003,(x,y,z),dp;
3  poly s1  = x3y2+151x5y+186xy6+169y9;
4  poly s2  = 1*x^2*y^2*z^2+3z8;
5  poly s3  = 5/4x4y2+4/5*x*y^5+2x2y2z3+y7+11x10;
6  int a,b,c,t=37,5,4,1;
7  poly f=3*x^a+x*y^(b+c)+t*x^a*y^b*z^c;
8  f;
9  short = 0;
10  f;
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.