source: git/Tst/Plural/doc-poly-decl.tst @ f1beeba

fieker-DuValspielwiese
Last change on this file since f1beeba was e670d00, checked in by Hans Schönemann <hannes@…>, 17 years ago
*hannes: system(PLURAL) ->ncalgebra git-svn-id: file:///usr/local/Singular/svn/trunk@9595 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 353 bytes
Line 
1LIB "tst.lib";
2tst_init();
3ring r = 32003,(x,y,z),dp;
4ncalgebra(-1,1);
5r;
6// ring of some differential-like operators
7poly s1  = x3y2+151x5y+186xy6+169y9;
8poly s2  = 1*x^2*y^2*z^2+3z8;
9poly s3  = 5/4x4y2+4/5*x*y^5+2x2y2z3+y7+11x10;
10int a,b,c,t=37,5,4,1;
11poly f=3*x^a+x*y^(b+c)+t*x^a*y^b*z^c;
12f;
13short = 0;
14f;
15tst_status(1);$
16                         
Note: See TracBrowser for help on using the repository browser.