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