source: git/Tst/Old/mult.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: 340 bytes
Line 
1//
2// test script for multiplicity command
3//
4ring r1 = 32003,(x,y,z),(c,ds);
5r1;
6"-------------------------------";
7ideal i=3x2+yz,7y6+2x2y+5xz;
8i;
9multiplicity(i);
10"-----------------------------";
11module m=[x2,y2],[xy,xz],[x4,z8];
12m;
13multiplicity(m);
14"-----------------------------";
15listvar(all);
16kill r1;
17LIB "tst.lib";tst_status(1);$;
Note: See TracBrowser for help on using the repository browser.