source: git/Tst/Manual/poly_declarations_BR_PLURAL_BR.tst @ 42ea848

spielwiese
Last change on this file since 42ea848 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: 400 bytes
Line 
1LIB "tst.lib"; tst_init();
2ring r = 32003,(x,y,z),dp;
3def R=nc_algebra(-1,1);
4setring R;
5// ring of some differential-like operators
6R;
7yx;      // not correct input
8y*x;     // correct input
9poly s1  = x3y2+151x5y+186xy6+169y9;
10poly s2  = 1*x^2*y^2*z^2+3z8;
11poly s3  = 5/4x4y2+4/5*x*y^5+2x2y2z3+y7+11x10;
12int a,b,c,t=37,5,4,1;
13poly f=3*x^a+x*y^(b+c)+t*x^a*y^b*z^c;
14f;
15short = 0;
16f;
17
18tst_status(1);$
Note: See TracBrowser for help on using the repository browser.