source: git/Tst/Old/maxdegr.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: 262 bytes
Line 
1//
2// test script for maxdeg command
3//
4ring r = 0,(x,y,z),dp;
5r;
6"---------------------------";
7ideal i1=x6y5,x8+z9+y7,xyz6+xz9;
8i1;
9degBound=10;
10test(24);
11ideal i2=std(i1);
12i2;
13"--------------------------";
14listvar(all);
15kill r;
16LIB "tst.lib";tst_status(1);$;
Note: See TracBrowser for help on using the repository browser.