source: git/Tst/Old/corner.tst @ e706ff

spielwiese
Last change on this file since e706ff was 37cd955, checked in by Hans Schoenemann <hannes@…>, 14 years ago
pagelength removed git-svn-id: file:///usr/local/Singular/svn/trunk@13172 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 530 bytes
Line 
1//
2// test script for maxdeg command
3//
4ring r1 = 32003,(x,y,z),(c,ds);
5option(prot);
6r1;
7"-------------------------------";
8poly s1=x3y2+21328x5y+10667x2y4+21328x2yz3+10666xy6+10667y9;
9poly s2=x2y2z2+3z8;
10poly s3=5x4y2+4xy5+2x2y2z3+y7+11x10;
11ideal i1=s1,s2,s3;
12test(27);
13ideal i2=std(i1);
14maxdeg;
15"--------------------------------";
16poly s4=x6+y6+z6;
17poly s5=xy5+z7+xz8;
18poly s6=yz8+x4y4+x8z8;
19ideal i3=s4,s5,s6;
20ideal i4=std(i3);
21maxdeg;
22"--------------------------------";
23listvar(all);
24kill r1;
25LIB "tst.lib";tst_status(1);$;
Note: See TracBrowser for help on using the repository browser.